Shades of Bitter Lemon #D7E036
Tints of Bitter Lemon #D7E036
RGB
CMYK
RGB Variations
Color information
#D7E036 (or 0xD7E036) is known color: Bitter Lemon. HEX triplet: D7, E0 and 36. RGB value is (215,224,54). Sum of RGB (Red+Green+Blue) = 215+224+54=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E036 is #281FC9. Grayscale: #CACACA. Windows color (decimal): -2629578 or 3596503. OLE color: 3596503.
HSL color Cylindrical-coordinate representation of color #D7E036: hue angle of 63.18º degrees, saturation: 0.73, 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 #D7E036 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 54 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.12 |
| HSL | 63.18º | 0.73% | 0.55% | - |
| HSV(B) | 63.18º | 0.76% | 0.88% | - |
| XYZ | 55.35 | 68.02 | 13.7 | - |
| YUV | 201.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 54 | 0.04 | 0 | 0.76 | 0.12 | 63.18 | 0.73 | 0.55 |
| Hex | D7 | E0 | 36 | 4 | 0 | 4C | C | 3F | 49 | 37 |
| Octal | 327 | 340 | 66 | 4 | 0 | 114 | 14 | 77 | 111 | 67 |
| Binary | 11010111 | 11100000 | 110110 | 100 | 0 | 1001100 | 1100 | 111111 | 1001001 | 110111 |
Color Harmonies of #D7E036
Complementary color
Monochromatic Colors of #D7E036
Black with #D7E036
Text Example
Text Example
White with #D7E036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E036; }
p { color: rgb(215,224,54); }
H1.HeaderClassName
{
color: #D7E036;
}
.AnyTagClassName
{
color: #D7E036;
}
</style>
background-color css
<style>
a { background-color: #D7E036; }
a { background-color: rgb(215,224,54); }
div.DivClassName
{
background-color: #D7E036;
}
.BgClassName
{
background-color: #D7E036;
}
</style>
border-color css
<style>
span { border-color: #D7E036; }
span { border-color: rgb(215,224,54); }
td.TdClassName
{
border-color: #D7E036;
}
.TagClassName
{
border-color: #D7E036;
}
</style>