Shades of Bitter Lemon #D6E140
Tints of Bitter Lemon #D6E140
RGB
CMYK
RGB Variations
Color information
#D6E140 (or 0xD6E140) is known color: Bitter Lemon. HEX triplet: D6, E1 and 40. RGB value is (214,225,64). Sum of RGB (Red+Green+Blue) = 214+225+64=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E140 is #291EBF. Grayscale: #CBCBCB. Windows color (decimal): -2694848 or 4252118. OLE color: 4252118.
HSL color Cylindrical-coordinate representation of color #D6E140: hue angle of 64.1º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6E140 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 64 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.12 |
| HSL | 64.1º | 0.73% | 0.57% | - |
| HSV(B) | 64.1º | 0.72% | 0.88% | - |
| XYZ | 55.58 | 68.52 | 15.15 | - |
| YUV | 203.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 64 | 0.05 | 0 | 0.72 | 0.12 | 64.1 | 0.73 | 0.57 |
| Hex | D6 | E1 | 40 | 5 | 0 | 48 | C | 40 | 49 | 39 |
| Octal | 326 | 341 | 100 | 5 | 0 | 110 | 14 | 100 | 111 | 71 |
| Binary | 11010110 | 11100001 | 1000000 | 101 | 0 | 1001000 | 1100 | 1000000 | 1001001 | 111001 |
Color Harmonies of #D6E140
Complementary color
Monochromatic Colors of #D6E140
Black with #D6E140
Text Example
Text Example
White with #D6E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E140; }
p { color: rgb(214,225,64); }
H1.HeaderClassName
{
color: #D6E140;
}
.AnyTagClassName
{
color: #D6E140;
}
</style>
background-color css
<style>
a { background-color: #D6E140; }
a { background-color: rgb(214,225,64); }
div.DivClassName
{
background-color: #D6E140;
}
.BgClassName
{
background-color: #D6E140;
}
</style>
border-color css
<style>
span { border-color: #D6E140; }
span { border-color: rgb(214,225,64); }
td.TdClassName
{
border-color: #D6E140;
}
.TagClassName
{
border-color: #D6E140;
}
</style>