#D0E144

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

Shades of Las Palmas #D0E144

Tints of Las Palmas #D0E144

Color information

#D0E144 (or 0xD0E144) is unknown color: approx Las Palmas. HEX triplet: D0, E1 and 44. RGB value is (208,225,68). Sum of RGB (Red+Green+Blue) = 208+225+68=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E144 is #2F1EBB. Grayscale: #CACACA. Windows color (decimal): -3088060 or 4514256. OLE color: 4514256.

HSL color Cylindrical-coordinate representation of color #D0E144: hue angle of 66.5º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0E144 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB20822568-
CMYK0.0800.700.12
HSL66.5º72.35%57.45%-
HSV(B)66.5º69.78%88.24%-
XYZ53.9867.6815.69-
YUV202.0252.37132.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 225 (88.28% from 255) = 44.91%
BLUE value IS 68 (26.95% from 255) = 13.57%
R=41.52%
G=44.91%
B=13.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208225680.0800.700.1266.572.3557.45
HexD0E1448046C424839
Octal3203411041001061410211071
Binary11010000111000011000100100001000110110010000101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E144; }

 p { color: rgb(208,225,68); }

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

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

 a { background-color: rgb(208,225,68); }

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

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

 span { border-color: rgb(208,225,68); }

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