Shades of Las Palmas #D0E04A
Tints of Las Palmas #D0E04A
RGB
CMYK
RGB Variations
Color information
#D0E04A (or 0xD0E04A) is known color: Las Palmas. HEX triplet: D0, E0 and 4A. RGB value is (208,224,74). Sum of RGB (Red+Green+Blue) = 208+224+74=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E04A is #2F1FB5. Grayscale: #CACACA. Windows color (decimal): -3088310 or 4907216. OLE color: 4907216.
HSL color Cylindrical-coordinate representation of color #D0E04A: hue angle of 66.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0E04A is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 74 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.12 |
| HSL | 66.4º | 0.71% | 0.58% | - |
| HSV(B) | 66.4º | 0.67% | 0.88% | - |
| XYZ | 53.9 | 67.22 | 16.61 | - |
| YUV | 202.12 | 55.7 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 74 | 0.07 | 0 | 0.67 | 0.12 | 66.4 | 0.71 | 0.58 |
| Hex | D0 | E0 | 4A | 7 | 0 | 43 | C | 42 | 47 | 3A |
| Octal | 320 | 340 | 112 | 7 | 0 | 103 | 14 | 102 | 107 | 72 |
| Binary | 11010000 | 11100000 | 1001010 | 111 | 0 | 1000011 | 1100 | 1000010 | 1000111 | 111010 |
Color Harmonies of #D0E04A
Complementary color
Monochromatic Colors of #D0E04A
Black with #D0E04A
Text Example
Text Example
White with #D0E04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E04A; }
p { color: rgb(208,224,74); }
H1.HeaderClassName
{
color: #D0E04A;
}
.AnyTagClassName
{
color: #D0E04A;
}
</style>
background-color css
<style>
a { background-color: #D0E04A; }
a { background-color: rgb(208,224,74); }
div.DivClassName
{
background-color: #D0E04A;
}
.BgClassName
{
background-color: #D0E04A;
}
</style>
border-color css
<style>
span { border-color: #D0E04A; }
span { border-color: rgb(208,224,74); }
td.TdClassName
{
border-color: #D0E04A;
}
.TagClassName
{
border-color: #D0E04A;
}
</style>