Shades of Las Palmas #D0E44C
Tints of Las Palmas #D0E44C
RGB
CMYK
RGB Variations
Color information
#D0E44C (or 0xD0E44C) is known color: Las Palmas. HEX triplet: D0, E4 and 4C. RGB value is (208,228,76). Sum of RGB (Red+Green+Blue) = 208+228+76=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E44C is #2F1BB3. Grayscale: #CDCDCD. Windows color (decimal): -3087284 or 5039312. OLE color: 5039312.
HSL color Cylindrical-coordinate representation of color #D0E44C: hue angle of 67.89º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0E44C is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 76 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.11 |
| HSL | 67.89º | 0.74% | 0.6% | - |
| HSV(B) | 67.89º | 0.67% | 0.89% | - |
| XYZ | 55.06 | 69.42 | 17.33 | - |
| YUV | 204.69 | 55.37 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 76 | 0.09 | 0 | 0.67 | 0.11 | 67.89 | 0.74 | 0.6 |
| Hex | D0 | E4 | 4C | 9 | 0 | 43 | B | 44 | 4A | 3C |
| Octal | 320 | 344 | 114 | 11 | 0 | 103 | 13 | 104 | 112 | 74 |
| Binary | 11010000 | 11100100 | 1001100 | 1001 | 0 | 1000011 | 1011 | 1000100 | 1001010 | 111100 |
Color Harmonies of #D0E44C
Complementary color
Monochromatic Colors of #D0E44C
Black with #D0E44C
Text Example
Text Example
White with #D0E44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E44C; }
p { color: rgb(208,228,76); }
H1.HeaderClassName
{
color: #D0E44C;
}
.AnyTagClassName
{
color: #D0E44C;
}
</style>
background-color css
<style>
a { background-color: #D0E44C; }
a { background-color: rgb(208,228,76); }
div.DivClassName
{
background-color: #D0E44C;
}
.BgClassName
{
background-color: #D0E44C;
}
</style>
border-color css
<style>
span { border-color: #D0E44C; }
span { border-color: rgb(208,228,76); }
td.TdClassName
{
border-color: #D0E44C;
}
.TagClassName
{
border-color: #D0E44C;
}
</style>