Shades of Las Palmas #D0E64E
Tints of Las Palmas #D0E64E
RGB
CMYK
RGB Variations
Color information
#D0E64E (or 0xD0E64E) is known color: Las Palmas. HEX triplet: D0, E6 and 4E. RGB value is (208,230,78). Sum of RGB (Red+Green+Blue) = 208+230+78=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E64E is #2F19B1. Grayscale: #CECECE. Windows color (decimal): -3086770 or 5170896. OLE color: 5170896.
HSL color Cylindrical-coordinate representation of color #D0E64E: hue angle of 68.68º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0E64E is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 78 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.10 |
| HSL | 68.68º | 0.75% | 0.6% | - |
| HSV(B) | 68.68º | 0.66% | 0.9% | - |
| XYZ | 55.68 | 70.55 | 17.89 | - |
| YUV | 206.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 78 | 0.10 | 0 | 0.66 | 0.10 | 68.68 | 0.75 | 0.6 |
| Hex | D0 | E6 | 4E | A | 0 | 42 | A | 45 | 4B | 3C |
| Octal | 320 | 346 | 116 | 12 | 0 | 102 | 12 | 105 | 113 | 74 |
| Binary | 11010000 | 11100110 | 1001110 | 1010 | 0 | 1000010 | 1010 | 1000101 | 1001011 | 111100 |
Color Harmonies of #D0E64E
Complementary color
Monochromatic Colors of #D0E64E
Black with #D0E64E
Text Example
Text Example
White with #D0E64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E64E; }
p { color: rgb(208,230,78); }
H1.HeaderClassName
{
color: #D0E64E;
}
.AnyTagClassName
{
color: #D0E64E;
}
</style>
background-color css
<style>
a { background-color: #D0E64E; }
a { background-color: rgb(208,230,78); }
div.DivClassName
{
background-color: #D0E64E;
}
.BgClassName
{
background-color: #D0E64E;
}
</style>
border-color css
<style>
span { border-color: #D0E64E; }
span { border-color: rgb(208,230,78); }
td.TdClassName
{
border-color: #D0E64E;
}
.TagClassName
{
border-color: #D0E64E;
}
</style>