#D0E54C

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

Shades of Las Palmas #D0E54C

Tints of Las Palmas #D0E54C

Color information

#D0E54C (or 0xD0E54C) is unknown color: approx Las Palmas. HEX triplet: D0, E5 and 4C. RGB value is (208,229,76). Sum of RGB (Red+Green+Blue) = 208+229+76=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E54C is #2F1AB3. Grayscale: #CDCDCD. Windows color (decimal): -3087028 or 5039568. OLE color: 5039568.

HSL color Cylindrical-coordinate representation of color #D0E54C: hue angle of 68.24º 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 #D0E54C is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB20822976-
CMYK0.0900.670.10
HSL68.24º74.63%59.8%-
HSV(B)68.24º66.81%89.8%-
XYZ55.3469.9717.43-
YUV205.2855.04129.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 229 (89.84% from 255) = 44.64%
BLUE value IS 76 (30.08% from 255) = 14.81%
R=40.55%
G=44.64%
B=14.81%

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
Decimal208229760.0900.670.1068.2474.6359.8
HexD0E54C9043A444b3c
Octal3203451141101031210411374
Binary11010000111001011001100100101000011101010001001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E54C; }

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

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

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

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

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

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

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

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