Shades of Las Palmas #D0DE44
Tints of Las Palmas #D0DE44
RGB
CMYK
RGB Variations
Color information
#D0DE44 (or 0xD0DE44) is known color: Las Palmas. HEX triplet: D0, DE and 44. RGB value is (208,222,68). Sum of RGB (Red+Green+Blue) = 208+222+68=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DE44 is #2F21BB. Grayscale: #C8C8C8. Windows color (decimal): -3088828 or 4513488. OLE color: 4513488.
HSL color Cylindrical-coordinate representation of color #D0DE44: hue angle of 65.45º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0DE44 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 68 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.13 |
| HSL | 65.45º | 0.7% | 0.57% | - |
| HSV(B) | 65.45º | 0.69% | 0.87% | - |
| XYZ | 53.18 | 66.07 | 15.42 | - |
| YUV | 200.26 | 53.36 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 68 | 0.06 | 0 | 0.69 | 0.13 | 65.45 | 0.7 | 0.57 |
| Hex | D0 | DE | 44 | 6 | 0 | 45 | D | 41 | 46 | 39 |
| Octal | 320 | 336 | 104 | 6 | 0 | 105 | 15 | 101 | 106 | 71 |
| Binary | 11010000 | 11011110 | 1000100 | 110 | 0 | 1000101 | 1101 | 1000001 | 1000110 | 111001 |
Color Harmonies of #D0DE44
Complementary color
Monochromatic Colors of #D0DE44
Black with #D0DE44
Text Example
Text Example
White with #D0DE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DE44; }
p { color: rgb(208,222,68); }
H1.HeaderClassName
{
color: #D0DE44;
}
.AnyTagClassName
{
color: #D0DE44;
}
</style>
background-color css
<style>
a { background-color: #D0DE44; }
a { background-color: rgb(208,222,68); }
div.DivClassName
{
background-color: #D0DE44;
}
.BgClassName
{
background-color: #D0DE44;
}
</style>
border-color css
<style>
span { border-color: #D0DE44; }
span { border-color: rgb(208,222,68); }
td.TdClassName
{
border-color: #D0DE44;
}
.TagClassName
{
border-color: #D0DE44;
}
</style>