Shades of Las Palmas #D0E44A
Tints of Las Palmas #D0E44A
RGB
CMYK
RGB Variations
Color information
#D0E44A (or 0xD0E44A) is known color: Las Palmas. HEX triplet: D0, E4 and 4A. RGB value is (208,228,74). Sum of RGB (Red+Green+Blue) = 208+228+74=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E44A is #2F1BB5. Grayscale: #CDCDCD. Windows color (decimal): -3087286 or 4908240. OLE color: 4908240.
HSL color Cylindrical-coordinate representation of color #D0E44A: hue angle of 67.79º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0E44A is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 74 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.11 |
| HSL | 67.79º | 0.74% | 0.59% | - |
| HSV(B) | 67.79º | 0.68% | 0.89% | - |
| XYZ | 54.99 | 69.39 | 16.97 | - |
| YUV | 204.46 | 54.37 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 74 | 0.09 | 0 | 0.68 | 0.11 | 67.79 | 0.74 | 0.59 |
| Hex | D0 | E4 | 4A | 9 | 0 | 44 | B | 44 | 4A | 3B |
| Octal | 320 | 344 | 112 | 11 | 0 | 104 | 13 | 104 | 112 | 73 |
| Binary | 11010000 | 11100100 | 1001010 | 1001 | 0 | 1000100 | 1011 | 1000100 | 1001010 | 111011 |
Color Harmonies of #D0E44A
Complementary color
Monochromatic Colors of #D0E44A
Black with #D0E44A
Text Example
Text Example
White with #D0E44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E44A; }
p { color: rgb(208,228,74); }
H1.HeaderClassName
{
color: #D0E44A;
}
.AnyTagClassName
{
color: #D0E44A;
}
</style>
background-color css
<style>
a { background-color: #D0E44A; }
a { background-color: rgb(208,228,74); }
div.DivClassName
{
background-color: #D0E44A;
}
.BgClassName
{
background-color: #D0E44A;
}
</style>
border-color css
<style>
span { border-color: #D0E44A; }
span { border-color: rgb(208,228,74); }
td.TdClassName
{
border-color: #D0E44A;
}
.TagClassName
{
border-color: #D0E44A;
}
</style>