Shades of Bitter Lemon #D9E02A
Tints of Bitter Lemon #D9E02A
RGB
CMYK
RGB Variations
Color information
#D9E02A (or 0xD9E02A) is known color: Bitter Lemon. HEX triplet: D9, E0 and 2A. RGB value is (217,224,42). Sum of RGB (Red+Green+Blue) = 217+224+42=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E02A is #261FD5. Grayscale: #C9C9C9. Windows color (decimal): -2498518 or 2810073. OLE color: 2810073.
HSL color Cylindrical-coordinate representation of color #D9E02A: hue angle of 62.31º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9E02A is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 42 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.12 |
| HSL | 62.31º | 0.75% | 0.52% | - |
| HSV(B) | 62.31º | 0.81% | 0.88% | - |
| XYZ | 55.69 | 68.23 | 12.43 | - |
| YUV | 201.16 | 38.18 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 42 | 0.03 | 0 | 0.81 | 0.12 | 62.31 | 0.75 | 0.52 |
| Hex | D9 | E0 | 2A | 3 | 0 | 51 | C | 3E | 4B | 34 |
| Octal | 331 | 340 | 52 | 3 | 0 | 121 | 14 | 76 | 113 | 64 |
| Binary | 11011001 | 11100000 | 101010 | 11 | 0 | 1010001 | 1100 | 111110 | 1001011 | 110100 |
Color Harmonies of #D9E02A
Complementary color
Monochromatic Colors of #D9E02A
Black with #D9E02A
Text Example
Text Example
White with #D9E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E02A; }
p { color: rgb(217,224,42); }
H1.HeaderClassName
{
color: #D9E02A;
}
.AnyTagClassName
{
color: #D9E02A;
}
</style>
background-color css
<style>
a { background-color: #D9E02A; }
a { background-color: rgb(217,224,42); }
div.DivClassName
{
background-color: #D9E02A;
}
.BgClassName
{
background-color: #D9E02A;
}
</style>
border-color css
<style>
span { border-color: #D9E02A; }
span { border-color: rgb(217,224,42); }
td.TdClassName
{
border-color: #D9E02A;
}
.TagClassName
{
border-color: #D9E02A;
}
</style>