Shades of Las Palmas #D0E74B
Tints of Las Palmas #D0E74B
RGB
CMYK
RGB Variations
Color information
#D0E74B (or 0xD0E74B) is known color: Las Palmas. HEX triplet: D0, E7 and 4B. RGB value is (208,231,75). Sum of RGB (Red+Green+Blue) = 208+231+75=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E74B is #2F18B4. Grayscale: #CECECE. Windows color (decimal): -3086517 or 4974544. OLE color: 4974544.
HSL color Cylindrical-coordinate representation of color #D0E74B: hue angle of 68.85º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0E74B is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 75 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.09 |
| HSL | 68.85º | 0.76% | 0.6% | - |
| HSV(B) | 68.85º | 0.68% | 0.91% | - |
| XYZ | 55.86 | 71.07 | 17.43 | - |
| YUV | 206.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 75 | 0.10 | 0 | 0.68 | 0.09 | 68.85 | 0.76 | 0.6 |
| Hex | D0 | E7 | 4B | A | 0 | 44 | 9 | 45 | 4C | 3C |
| Octal | 320 | 347 | 113 | 12 | 0 | 104 | 11 | 105 | 114 | 74 |
| Binary | 11010000 | 11100111 | 1001011 | 1010 | 0 | 1000100 | 1001 | 1000101 | 1001100 | 111100 |
Color Harmonies of #D0E74B
Complementary color
Monochromatic Colors of #D0E74B
Black with #D0E74B
Text Example
Text Example
White with #D0E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E74B; }
p { color: rgb(208,231,75); }
H1.HeaderClassName
{
color: #D0E74B;
}
.AnyTagClassName
{
color: #D0E74B;
}
</style>
background-color css
<style>
a { background-color: #D0E74B; }
a { background-color: rgb(208,231,75); }
div.DivClassName
{
background-color: #D0E74B;
}
.BgClassName
{
background-color: #D0E74B;
}
</style>
border-color css
<style>
span { border-color: #D0E74B; }
span { border-color: rgb(208,231,75); }
td.TdClassName
{
border-color: #D0E74B;
}
.TagClassName
{
border-color: #D0E74B;
}
</style>