Shades of Las Palmas #D0E24D
Tints of Las Palmas #D0E24D
RGB
CMYK
RGB Variations
Color information
#D0E24D (or 0xD0E24D) is known color: Las Palmas. HEX triplet: D0, E2 and 4D. RGB value is (208,226,77). Sum of RGB (Red+Green+Blue) = 208+226+77=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E24D is #2F1DB2. Grayscale: #CCCCCC. Windows color (decimal): -3087795 or 5104336. OLE color: 5104336.
HSL color Cylindrical-coordinate representation of color #D0E24D: hue angle of 67.25º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0E24D is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 77 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.11 |
| HSL | 67.25º | 0.72% | 0.59% | - |
| HSV(B) | 67.25º | 0.66% | 0.89% | - |
| XYZ | 54.55 | 68.34 | 17.34 | - |
| YUV | 203.63 | 56.54 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 77 | 0.08 | 0 | 0.66 | 0.11 | 67.25 | 0.72 | 0.59 |
| Hex | D0 | E2 | 4D | 8 | 0 | 42 | B | 43 | 48 | 3B |
| Octal | 320 | 342 | 115 | 10 | 0 | 102 | 13 | 103 | 110 | 73 |
| Binary | 11010000 | 11100010 | 1001101 | 1000 | 0 | 1000010 | 1011 | 1000011 | 1001000 | 111011 |
Color Harmonies of #D0E24D
Complementary color
Monochromatic Colors of #D0E24D
Black with #D0E24D
Text Example
Text Example
White with #D0E24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E24D; }
p { color: rgb(208,226,77); }
H1.HeaderClassName
{
color: #D0E24D;
}
.AnyTagClassName
{
color: #D0E24D;
}
</style>
background-color css
<style>
a { background-color: #D0E24D; }
a { background-color: rgb(208,226,77); }
div.DivClassName
{
background-color: #D0E24D;
}
.BgClassName
{
background-color: #D0E24D;
}
</style>
border-color css
<style>
span { border-color: #D0E24D; }
span { border-color: rgb(208,226,77); }
td.TdClassName
{
border-color: #D0E24D;
}
.TagClassName
{
border-color: #D0E24D;
}
</style>