Shades of Las Palmas #D0E144
Tints of Las Palmas #D0E144
RGB
CMYK
RGB Variations
Color information
#D0E144 (or 0xD0E144) is known color: 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
| RGB | 208 | 225 | 68 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.12 |
| HSL | 66.5º | 0.72% | 0.57% | - |
| HSV(B) | 66.5º | 0.7% | 0.88% | - |
| XYZ | 53.98 | 67.68 | 15.69 | - |
| YUV | 202.02 | 52.37 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 68 | 0.08 | 0 | 0.70 | 0.12 | 66.5 | 0.72 | 0.57 |
| Hex | D0 | E1 | 44 | 8 | 0 | 46 | C | 42 | 48 | 39 |
| Octal | 320 | 341 | 104 | 10 | 0 | 106 | 14 | 102 | 110 | 71 |
| Binary | 11010000 | 11100001 | 1000100 | 1000 | 0 | 1000110 | 1100 | 1000010 | 1001000 | 111001 |
Color Harmonies of #D0E144
Complementary color
Monochromatic Colors of #D0E144
Black with #D0E144
Text Example
Text Example
White with #D0E144
Text Example
Text Example
HTML Codes & Css Web 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>