Shades of Las Palmas #D1E449
Tints of Las Palmas #D1E449
RGB
CMYK
RGB Variations
Color information
#D1E449 (or 0xD1E449) is known color: Las Palmas. HEX triplet: D1, E4 and 49. RGB value is (209,228,73). Sum of RGB (Red+Green+Blue) = 209+228+73=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E449 is #2E1BB6. Grayscale: #CDCDCD. Windows color (decimal): -3021751 or 4842705. OLE color: 4842705.
HSL color Cylindrical-coordinate representation of color #D1E449: hue angle of 67.35º degrees, saturation: 0.74, 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 #D1E449 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 73 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.11 |
| HSL | 67.35º | 0.74% | 0.59% | - |
| HSV(B) | 67.35º | 0.68% | 0.89% | - |
| XYZ | 55.24 | 69.52 | 16.81 | - |
| YUV | 204.65 | 53.71 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 73 | 0.08 | 0 | 0.68 | 0.11 | 67.35 | 0.74 | 0.59 |
| Hex | D1 | E4 | 49 | 8 | 0 | 44 | B | 43 | 4A | 3B |
| Octal | 321 | 344 | 111 | 10 | 0 | 104 | 13 | 103 | 112 | 73 |
| Binary | 11010001 | 11100100 | 1001001 | 1000 | 0 | 1000100 | 1011 | 1000011 | 1001010 | 111011 |
Color Harmonies of #D1E449
Complementary color
Monochromatic Colors of #D1E449
Black with #D1E449
Text Example
Text Example
White with #D1E449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E449; }
p { color: rgb(209,228,73); }
H1.HeaderClassName
{
color: #D1E449;
}
.AnyTagClassName
{
color: #D1E449;
}
</style>
background-color css
<style>
a { background-color: #D1E449; }
a { background-color: rgb(209,228,73); }
div.DivClassName
{
background-color: #D1E449;
}
.BgClassName
{
background-color: #D1E449;
}
</style>
border-color css
<style>
span { border-color: #D1E449; }
span { border-color: rgb(209,228,73); }
td.TdClassName
{
border-color: #D1E449;
}
.TagClassName
{
border-color: #D1E449;
}
</style>