Shades of Las Palmas #D0E84C
Tints of Las Palmas #D0E84C
RGB
CMYK
RGB Variations
Color information
#D0E84C (or 0xD0E84C) is known color: Las Palmas. HEX triplet: D0, E8 and 4C. RGB value is (208,232,76). Sum of RGB (Red+Green+Blue) = 208+232+76=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E84C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E84C is #2F17B3. Grayscale: #CFCFCF. Windows color (decimal): -3086260 or 5040336. OLE color: 5040336.
HSL color Cylindrical-coordinate representation of color #D0E84C: hue angle of 69.23º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0E84C is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 76 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.09 |
| HSL | 69.23º | 0.77% | 0.6% | - |
| HSV(B) | 69.23º | 0.67% | 0.91% | - |
| XYZ | 56.17 | 71.64 | 17.71 | - |
| YUV | 207.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 76 | 0.10 | 0 | 0.67 | 0.09 | 69.23 | 0.77 | 0.6 |
| Hex | D0 | E8 | 4C | A | 0 | 43 | 9 | 45 | 4D | 3C |
| Octal | 320 | 350 | 114 | 12 | 0 | 103 | 11 | 105 | 115 | 74 |
| Binary | 11010000 | 11101000 | 1001100 | 1010 | 0 | 1000011 | 1001 | 1000101 | 1001101 | 111100 |
Color Harmonies of #D0E84C
Complementary color
Monochromatic Colors of #D0E84C
Black with #D0E84C
Text Example
Text Example
White with #D0E84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E84C; }
p { color: rgb(208,232,76); }
H1.HeaderClassName
{
color: #D0E84C;
}
.AnyTagClassName
{
color: #D0E84C;
}
</style>
background-color css
<style>
a { background-color: #D0E84C; }
a { background-color: rgb(208,232,76); }
div.DivClassName
{
background-color: #D0E84C;
}
.BgClassName
{
background-color: #D0E84C;
}
</style>
border-color css
<style>
span { border-color: #D0E84C; }
span { border-color: rgb(208,232,76); }
td.TdClassName
{
border-color: #D0E84C;
}
.TagClassName
{
border-color: #D0E84C;
}
</style>