Shades of Las Palmas #D1E249
Tints of Las Palmas #D1E249
RGB
CMYK
RGB Variations
Color information
#D1E249 (or 0xD1E249) is known color: Las Palmas. HEX triplet: D1, E2 and 49. RGB value is (209,226,73). Sum of RGB (Red+Green+Blue) = 209+226+73=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E249 is #2E1DB6. Grayscale: #CCCCCC. Windows color (decimal): -3022263 or 4842193. OLE color: 4842193.
HSL color Cylindrical-coordinate representation of color #D1E249: hue angle of 66.67º degrees, saturation: 0.73, 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 #D1E249 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 73 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.11 |
| HSL | 66.67º | 0.73% | 0.59% | - |
| HSV(B) | 66.67º | 0.68% | 0.89% | - |
| XYZ | 54.69 | 68.43 | 16.63 | - |
| YUV | 203.48 | 54.37 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 73 | 0.08 | 0 | 0.68 | 0.11 | 66.67 | 0.73 | 0.59 |
| Hex | D1 | E2 | 49 | 8 | 0 | 44 | B | 43 | 49 | 3B |
| Octal | 321 | 342 | 111 | 10 | 0 | 104 | 13 | 103 | 111 | 73 |
| Binary | 11010001 | 11100010 | 1001001 | 1000 | 0 | 1000100 | 1011 | 1000011 | 1001001 | 111011 |
Color Harmonies of #D1E249
Complementary color
Monochromatic Colors of #D1E249
Black with #D1E249
Text Example
Text Example
White with #D1E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E249; }
p { color: rgb(209,226,73); }
H1.HeaderClassName
{
color: #D1E249;
}
.AnyTagClassName
{
color: #D1E249;
}
</style>
background-color css
<style>
a { background-color: #D1E249; }
a { background-color: rgb(209,226,73); }
div.DivClassName
{
background-color: #D1E249;
}
.BgClassName
{
background-color: #D1E249;
}
</style>
border-color css
<style>
span { border-color: #D1E249; }
span { border-color: rgb(209,226,73); }
td.TdClassName
{
border-color: #D1E249;
}
.TagClassName
{
border-color: #D1E249;
}
</style>