Shades of Las Palmas #D0E14B
Tints of Las Palmas #D0E14B
RGB
CMYK
RGB Variations
Color information
#D0E14B (or 0xD0E14B) is known color: Las Palmas. HEX triplet: D0, E1 and 4B. RGB value is (208,225,75). Sum of RGB (Red+Green+Blue) = 208+225+75=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E14B is #2F1EB4. Grayscale: #CBCBCB. Windows color (decimal): -3088053 or 4973008. OLE color: 4973008.
HSL color Cylindrical-coordinate representation of color #D0E14B: hue angle of 66.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0E14B is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 75 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.12 |
| HSL | 66.8º | 0.71% | 0.59% | - |
| HSV(B) | 66.8º | 0.67% | 0.88% | - |
| XYZ | 54.21 | 67.77 | 16.88 | - |
| YUV | 202.82 | 55.87 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 75 | 0.08 | 0 | 0.67 | 0.12 | 66.8 | 0.71 | 0.59 |
| Hex | D0 | E1 | 4B | 8 | 0 | 43 | C | 43 | 47 | 3B |
| Octal | 320 | 341 | 113 | 10 | 0 | 103 | 14 | 103 | 107 | 73 |
| Binary | 11010000 | 11100001 | 1001011 | 1000 | 0 | 1000011 | 1100 | 1000011 | 1000111 | 111011 |
Color Harmonies of #D0E14B
Complementary color
Monochromatic Colors of #D0E14B
Black with #D0E14B
Text Example
Text Example
White with #D0E14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E14B; }
p { color: rgb(208,225,75); }
H1.HeaderClassName
{
color: #D0E14B;
}
.AnyTagClassName
{
color: #D0E14B;
}
</style>
background-color css
<style>
a { background-color: #D0E14B; }
a { background-color: rgb(208,225,75); }
div.DivClassName
{
background-color: #D0E14B;
}
.BgClassName
{
background-color: #D0E14B;
}
</style>
border-color css
<style>
span { border-color: #D0E14B; }
span { border-color: rgb(208,225,75); }
td.TdClassName
{
border-color: #D0E14B;
}
.TagClassName
{
border-color: #D0E14B;
}
</style>