Shades of Bitter Lemon #D9E136
Tints of Bitter Lemon #D9E136
RGB
CMYK
RGB Variations
Color information
#D9E136 (or 0xD9E136) is known color: Bitter Lemon. HEX triplet: D9, E1 and 36. RGB value is (217,225,54). Sum of RGB (Red+Green+Blue) = 217+225+54=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 54 (21.48% from 255 or 10.89% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E136 is #261EC9. Grayscale: #CBCBCB. Windows color (decimal): -2498250 or 3596761. OLE color: 3596761.
HSL color Cylindrical-coordinate representation of color #D9E136: hue angle of 62.81º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9E136 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 54 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.12 |
| HSL | 62.81º | 0.74% | 0.55% | - |
| HSV(B) | 62.81º | 0.76% | 0.88% | - |
| XYZ | 56.21 | 68.87 | 13.82 | - |
| YUV | 203.11 | 43.85 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 54 | 0.04 | 0 | 0.76 | 0.12 | 62.81 | 0.74 | 0.55 |
| Hex | D9 | E1 | 36 | 4 | 0 | 4C | C | 3F | 4A | 37 |
| Octal | 331 | 341 | 66 | 4 | 0 | 114 | 14 | 77 | 112 | 67 |
| Binary | 11011001 | 11100001 | 110110 | 100 | 0 | 1001100 | 1100 | 111111 | 1001010 | 110111 |
Color Harmonies of #D9E136
Complementary color
Monochromatic Colors of #D9E136
Black with #D9E136
Text Example
Text Example
White with #D9E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E136; }
p { color: rgb(217,225,54); }
H1.HeaderClassName
{
color: #D9E136;
}
.AnyTagClassName
{
color: #D9E136;
}
</style>
background-color css
<style>
a { background-color: #D9E136; }
a { background-color: rgb(217,225,54); }
div.DivClassName
{
background-color: #D9E136;
}
.BgClassName
{
background-color: #D9E136;
}
</style>
border-color css
<style>
span { border-color: #D9E136; }
span { border-color: rgb(217,225,54); }
td.TdClassName
{
border-color: #D9E136;
}
.TagClassName
{
border-color: #D9E136;
}
</style>