Shades of Bitter Lemon #D9E02C
Tints of Bitter Lemon #D9E02C
RGB
CMYK
RGB Variations
Color information
#D9E02C (or 0xD9E02C) is known color: Bitter Lemon. HEX triplet: D9, E0 and 2C. RGB value is (217,224,44). Sum of RGB (Red+Green+Blue) = 217+224+44=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E02C is #261FD3. Grayscale: #CACACA. Windows color (decimal): -2498516 or 2941145. OLE color: 2941145.
HSL color Cylindrical-coordinate representation of color #D9E02C: hue angle of 62.33º 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 #D9E02C is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 44 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.12 |
| HSL | 62.33º | 0.74% | 0.53% | - |
| HSV(B) | 62.33º | 0.8% | 0.88% | - |
| XYZ | 55.73 | 68.24 | 12.62 | - |
| YUV | 201.39 | 39.18 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 44 | 0.03 | 0 | 0.80 | 0.12 | 62.33 | 0.74 | 0.53 |
| Hex | D9 | E0 | 2C | 3 | 0 | 50 | C | 3E | 4A | 35 |
| Octal | 331 | 340 | 54 | 3 | 0 | 120 | 14 | 76 | 112 | 65 |
| Binary | 11011001 | 11100000 | 101100 | 11 | 0 | 1010000 | 1100 | 111110 | 1001010 | 110101 |
Color Harmonies of #D9E02C
Complementary color
Monochromatic Colors of #D9E02C
Black with #D9E02C
Text Example
Text Example
White with #D9E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E02C; }
p { color: rgb(217,224,44); }
H1.HeaderClassName
{
color: #D9E02C;
}
.AnyTagClassName
{
color: #D9E02C;
}
</style>
background-color css
<style>
a { background-color: #D9E02C; }
a { background-color: rgb(217,224,44); }
div.DivClassName
{
background-color: #D9E02C;
}
.BgClassName
{
background-color: #D9E02C;
}
</style>
border-color css
<style>
span { border-color: #D9E02C; }
span { border-color: rgb(217,224,44); }
td.TdClassName
{
border-color: #D9E02C;
}
.TagClassName
{
border-color: #D9E02C;
}
</style>