Shades of Las Palmas #D1E044
Tints of Las Palmas #D1E044
RGB
CMYK
RGB Variations
Color information
#D1E044 (or 0xD1E044) is known color: Las Palmas. HEX triplet: D1, E0 and 44. RGB value is (209,224,68). Sum of RGB (Red+Green+Blue) = 209+224+68=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E044 is #2E1FBB. Grayscale: #CACACA. Windows color (decimal): -3022780 or 4514001. OLE color: 4514001.
HSL color Cylindrical-coordinate representation of color #D1E044: hue angle of 65.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1E044 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 68 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.12 |
| HSL | 65.77º | 0.72% | 0.57% | - |
| HSV(B) | 65.77º | 0.7% | 0.88% | - |
| XYZ | 53.99 | 67.28 | 15.61 | - |
| YUV | 201.73 | 52.53 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 68 | 0.07 | 0 | 0.70 | 0.12 | 65.77 | 0.72 | 0.57 |
| Hex | D1 | E0 | 44 | 7 | 0 | 46 | C | 42 | 48 | 39 |
| Octal | 321 | 340 | 104 | 7 | 0 | 106 | 14 | 102 | 110 | 71 |
| Binary | 11010001 | 11100000 | 1000100 | 111 | 0 | 1000110 | 1100 | 1000010 | 1001000 | 111001 |
Color Harmonies of #D1E044
Complementary color
Monochromatic Colors of #D1E044
Black with #D1E044
Text Example
Text Example
White with #D1E044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E044; }
p { color: rgb(209,224,68); }
H1.HeaderClassName
{
color: #D1E044;
}
.AnyTagClassName
{
color: #D1E044;
}
</style>
background-color css
<style>
a { background-color: #D1E044; }
a { background-color: rgb(209,224,68); }
div.DivClassName
{
background-color: #D1E044;
}
.BgClassName
{
background-color: #D1E044;
}
</style>
border-color css
<style>
span { border-color: #D1E044; }
span { border-color: rgb(209,224,68); }
td.TdClassName
{
border-color: #D1E044;
}
.TagClassName
{
border-color: #D1E044;
}
</style>