#D1E54C

Color #D1E54C Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #D1E54C

Tints of Las Palmas #D1E54C

Color information

#D1E54C (or 0xD1E54C) is unknown color: approx Las Palmas. HEX triplet: D1, E5 and 4C. RGB value is (209,229,76). Sum of RGB (Red+Green+Blue) = 209+229+76=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E54C is #2E1AB3. Grayscale: #CECECE. Windows color (decimal): -3021492 or 5039569. OLE color: 5039569.

HSL color Cylindrical-coordinate representation of color #D1E54C: hue angle of 67.84º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1E54C is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB20922976-
CMYK0.0900.670.10
HSL67.84º74.63%59.8%-
HSV(B)67.84º66.81%89.8%-
XYZ55.6270.1217.44-
YUV205.5854.87130.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 229 (89.84% from 255) = 44.55%
BLUE value IS 76 (30.08% from 255) = 14.79%
R=40.66%
G=44.55%
B=14.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal209229760.0900.670.1067.8474.6359.8
HexD1E54C9043A444b3c
Octal3213451141101031210411374
Binary11010001111001011001100100101000011101010001001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E54C; }

 p { color: rgb(209,229,76); }

 H1.HeaderClassName
 {
   color: #D1E54C;
 }
 .AnyTagClassName
 {
   color: #D1E54C;
 }
</style>
background-color css

<style>
 a { background-color: #D1E54C; }

 a { background-color: rgb(209,229,76); }

 div.DivClassName
 {
   background-color: #D1E54C;
 }
 .BgClassName
 {
   background-color: #D1E54C;
 }
</style>
border-color css

<style>
 span { border-color: #D1E54C; }

 span { border-color: rgb(209,229,76); }

 td.TdClassName
 {
   border-color: #D1E54C;
 }
 .TagClassName
 {
   border-color: #D1E54C;
 }
</style>