Shades of Bitter Lemon #D1E043
Tints of Bitter Lemon #D1E043
RGB
CMYK
RGB Variations
Color information
#D1E043 (or 0xD1E043) is known color: Bitter Lemon. HEX triplet: D1, E0 and 43. RGB value is (209,224,67). Sum of RGB (Red+Green+Blue) = 209+224+67=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E043 is #2E1FBC. Grayscale: #CACACA. Windows color (decimal): -3022781 or 4448465. OLE color: 4448465.
HSL color Cylindrical-coordinate representation of color #D1E043: hue angle of 65.73º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1E043 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 67 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.12 |
| HSL | 65.73º | 0.72% | 0.57% | - |
| HSV(B) | 65.73º | 0.7% | 0.88% | - |
| XYZ | 53.96 | 67.27 | 15.45 | - |
| YUV | 201.62 | 52.03 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 67 | 0.07 | 0 | 0.70 | 0.12 | 65.73 | 0.72 | 0.57 |
| Hex | D1 | E0 | 43 | 7 | 0 | 46 | C | 42 | 48 | 39 |
| Octal | 321 | 340 | 103 | 7 | 0 | 106 | 14 | 102 | 110 | 71 |
| Binary | 11010001 | 11100000 | 1000011 | 111 | 0 | 1000110 | 1100 | 1000010 | 1001000 | 111001 |
Color Harmonies of #D1E043
Complementary color
Monochromatic Colors of #D1E043
Black with #D1E043
Text Example
Text Example
White with #D1E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E043; }
p { color: rgb(209,224,67); }
H1.HeaderClassName
{
color: #D1E043;
}
.AnyTagClassName
{
color: #D1E043;
}
</style>
background-color css
<style>
a { background-color: #D1E043; }
a { background-color: rgb(209,224,67); }
div.DivClassName
{
background-color: #D1E043;
}
.BgClassName
{
background-color: #D1E043;
}
</style>
border-color css
<style>
span { border-color: #D1E043; }
span { border-color: rgb(209,224,67); }
td.TdClassName
{
border-color: #D1E043;
}
.TagClassName
{
border-color: #D1E043;
}
</style>