Shades of Bitter Lemon #D9E02D
Tints of Bitter Lemon #D9E02D
RGB
CMYK
RGB Variations
Color information
#D9E02D (or 0xD9E02D) is known color: Bitter Lemon. HEX triplet: D9, E0 and 2D. RGB value is (217,224,45). Sum of RGB (Red+Green+Blue) = 217+224+45=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E02D is #261FD2. Grayscale: #CACACA. Windows color (decimal): -2498515 or 3006681. OLE color: 3006681.
HSL color Cylindrical-coordinate representation of color #D9E02D: hue angle of 62.35º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9E02D is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 45 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.12 |
| HSL | 62.35º | 0.74% | 0.53% | - |
| HSV(B) | 62.35º | 0.8% | 0.88% | - |
| XYZ | 55.74 | 68.25 | 12.72 | - |
| YUV | 201.5 | 39.68 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 45 | 0.03 | 0 | 0.80 | 0.12 | 62.35 | 0.74 | 0.53 |
| Hex | D9 | E0 | 2D | 3 | 0 | 50 | C | 3E | 4A | 35 |
| Octal | 331 | 340 | 55 | 3 | 0 | 120 | 14 | 76 | 112 | 65 |
| Binary | 11011001 | 11100000 | 101101 | 11 | 0 | 1010000 | 1100 | 111110 | 1001010 | 110101 |
Color Harmonies of #D9E02D
Complementary color
Monochromatic Colors of #D9E02D
Black with #D9E02D
Text Example
Text Example
White with #D9E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E02D; }
p { color: rgb(217,224,45); }
H1.HeaderClassName
{
color: #D9E02D;
}
.AnyTagClassName
{
color: #D9E02D;
}
</style>
background-color css
<style>
a { background-color: #D9E02D; }
a { background-color: rgb(217,224,45); }
div.DivClassName
{
background-color: #D9E02D;
}
.BgClassName
{
background-color: #D9E02D;
}
</style>
border-color css
<style>
span { border-color: #D9E02D; }
span { border-color: rgb(217,224,45); }
td.TdClassName
{
border-color: #D9E02D;
}
.TagClassName
{
border-color: #D9E02D;
}
</style>