Shades of Bitter Lemon #D6E03F
Tints of Bitter Lemon #D6E03F
RGB
CMYK
RGB Variations
Color information
#D6E03F (or 0xD6E03F) is known color: Bitter Lemon. HEX triplet: D6, E0 and 3F. RGB value is (214,224,63). Sum of RGB (Red+Green+Blue) = 214+224+63=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E03F is #291FC0. Grayscale: #CBCBCB. Windows color (decimal): -2695105 or 4186326. OLE color: 4186326.
HSL color Cylindrical-coordinate representation of color #D6E03F: hue angle of 63.73º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6E03F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 63 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.12 |
| HSL | 63.73º | 0.72% | 0.56% | - |
| HSV(B) | 63.73º | 0.72% | 0.88% | - |
| XYZ | 55.28 | 67.97 | 14.91 | - |
| YUV | 202.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 63 | 0.04 | 0 | 0.72 | 0.12 | 63.73 | 0.72 | 0.56 |
| Hex | D6 | E0 | 3F | 4 | 0 | 48 | C | 40 | 48 | 38 |
| Octal | 326 | 340 | 77 | 4 | 0 | 110 | 14 | 100 | 110 | 70 |
| Binary | 11010110 | 11100000 | 111111 | 100 | 0 | 1001000 | 1100 | 1000000 | 1001000 | 111000 |
Color Harmonies of #D6E03F
Complementary color
Monochromatic Colors of #D6E03F
Black with #D6E03F
Text Example
Text Example
White with #D6E03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E03F; }
p { color: rgb(214,224,63); }
H1.HeaderClassName
{
color: #D6E03F;
}
.AnyTagClassName
{
color: #D6E03F;
}
</style>
background-color css
<style>
a { background-color: #D6E03F; }
a { background-color: rgb(214,224,63); }
div.DivClassName
{
background-color: #D6E03F;
}
.BgClassName
{
background-color: #D6E03F;
}
</style>
border-color css
<style>
span { border-color: #D6E03F; }
span { border-color: rgb(214,224,63); }
td.TdClassName
{
border-color: #D6E03F;
}
.TagClassName
{
border-color: #D6E03F;
}
</style>