Shades of Las Palmas #D2E14B
Tints of Las Palmas #D2E14B
RGB
CMYK
RGB Variations
Color information
#D2E14B (or 0xD2E14B) is known color: Las Palmas. HEX triplet: D2, E1 and 4B. RGB value is (210,225,75). Sum of RGB (Red+Green+Blue) = 210+225+75=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E14B is #2D1EB4. Grayscale: #CCCCCC. Windows color (decimal): -2956981 or 4973010. OLE color: 4973010.
HSL color Cylindrical-coordinate representation of color #D2E14B: hue angle of 66º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2E14B is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 75 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.12 |
| HSL | 66º | 0.71% | 0.59% | - |
| HSV(B) | 66º | 0.67% | 0.88% | - |
| XYZ | 54.77 | 68.06 | 16.91 | - |
| YUV | 203.42 | 55.53 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 75 | 0.07 | 0 | 0.67 | 0.12 | 66 | 0.71 | 0.59 |
| Hex | D2 | E1 | 4B | 7 | 0 | 43 | C | 42 | 47 | 3B |
| Octal | 322 | 341 | 113 | 7 | 0 | 103 | 14 | 102 | 107 | 73 |
| Binary | 11010010 | 11100001 | 1001011 | 111 | 0 | 1000011 | 1100 | 1000010 | 1000111 | 111011 |
Color Harmonies of #D2E14B
Complementary color
Monochromatic Colors of #D2E14B
Black with #D2E14B
Text Example
Text Example
White with #D2E14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E14B; }
p { color: rgb(210,225,75); }
H1.HeaderClassName
{
color: #D2E14B;
}
.AnyTagClassName
{
color: #D2E14B;
}
</style>
background-color css
<style>
a { background-color: #D2E14B; }
a { background-color: rgb(210,225,75); }
div.DivClassName
{
background-color: #D2E14B;
}
.BgClassName
{
background-color: #D2E14B;
}
</style>
border-color css
<style>
span { border-color: #D2E14B; }
span { border-color: rgb(210,225,75); }
td.TdClassName
{
border-color: #D2E14B;
}
.TagClassName
{
border-color: #D2E14B;
}
</style>