Shades of Las Palmas #D1E44B
Tints of Las Palmas #D1E44B
RGB
CMYK
RGB Variations
Color information
#D1E44B (or 0xD1E44B) is known color: Las Palmas. HEX triplet: D1, E4 and 4B. RGB value is (209,228,75). Sum of RGB (Red+Green+Blue) = 209+228+75=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E44B is #2E1BB4. Grayscale: #CDCDCD. Windows color (decimal): -3021749 or 4973777. OLE color: 4973777.
HSL color Cylindrical-coordinate representation of color #D1E44B: hue angle of 67.45º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1E44B is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 75 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.11 |
| HSL | 67.45º | 0.74% | 0.59% | - |
| HSV(B) | 67.45º | 0.67% | 0.89% | - |
| XYZ | 55.31 | 69.55 | 17.17 | - |
| YUV | 204.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 75 | 0.08 | 0 | 0.67 | 0.11 | 67.45 | 0.74 | 0.59 |
| Hex | D1 | E4 | 4B | 8 | 0 | 43 | B | 43 | 4A | 3B |
| Octal | 321 | 344 | 113 | 10 | 0 | 103 | 13 | 103 | 112 | 73 |
| Binary | 11010001 | 11100100 | 1001011 | 1000 | 0 | 1000011 | 1011 | 1000011 | 1001010 | 111011 |
Color Harmonies of #D1E44B
Complementary color
Monochromatic Colors of #D1E44B
Black with #D1E44B
Text Example
Text Example
White with #D1E44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E44B; }
p { color: rgb(209,228,75); }
H1.HeaderClassName
{
color: #D1E44B;
}
.AnyTagClassName
{
color: #D1E44B;
}
</style>
background-color css
<style>
a { background-color: #D1E44B; }
a { background-color: rgb(209,228,75); }
div.DivClassName
{
background-color: #D1E44B;
}
.BgClassName
{
background-color: #D1E44B;
}
</style>
border-color css
<style>
span { border-color: #D1E44B; }
span { border-color: rgb(209,228,75); }
td.TdClassName
{
border-color: #D1E44B;
}
.TagClassName
{
border-color: #D1E44B;
}
</style>