Shades of Bitter Lemon #D6E036
Tints of Bitter Lemon #D6E036
RGB
CMYK
RGB Variations
Color information
#D6E036 (or 0xD6E036) is known color: Bitter Lemon. HEX triplet: D6, E0 and 36. RGB value is (214,224,54). Sum of RGB (Red+Green+Blue) = 214+224+54=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E036 is #291FC9. Grayscale: #CACACA. Windows color (decimal): -2695114 or 3596502. OLE color: 3596502.
HSL color Cylindrical-coordinate representation of color #D6E036: hue angle of 63.53º 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 #D6E036 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 54 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.12 |
| HSL | 63.53º | 0.73% | 0.55% | - |
| HSV(B) | 63.53º | 0.76% | 0.88% | - |
| XYZ | 55.05 | 67.87 | 13.69 | - |
| YUV | 201.63 | 44.69 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 54 | 0.04 | 0 | 0.76 | 0.12 | 63.53 | 0.73 | 0.55 |
| Hex | D6 | E0 | 36 | 4 | 0 | 4C | C | 40 | 49 | 37 |
| Octal | 326 | 340 | 66 | 4 | 0 | 114 | 14 | 100 | 111 | 67 |
| Binary | 11010110 | 11100000 | 110110 | 100 | 0 | 1001100 | 1100 | 1000000 | 1001001 | 110111 |
Color Harmonies of #D6E036
Complementary color
Monochromatic Colors of #D6E036
Black with #D6E036
Text Example
Text Example
White with #D6E036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E036; }
p { color: rgb(214,224,54); }
H1.HeaderClassName
{
color: #D6E036;
}
.AnyTagClassName
{
color: #D6E036;
}
</style>
background-color css
<style>
a { background-color: #D6E036; }
a { background-color: rgb(214,224,54); }
div.DivClassName
{
background-color: #D6E036;
}
.BgClassName
{
background-color: #D6E036;
}
</style>
border-color css
<style>
span { border-color: #D6E036; }
span { border-color: rgb(214,224,54); }
td.TdClassName
{
border-color: #D6E036;
}
.TagClassName
{
border-color: #D6E036;
}
</style>