Shades of Bitter Lemon #D4E144
Tints of Bitter Lemon #D4E144
RGB
CMYK
RGB Variations
Color information
#D4E144 (or 0xD4E144) is known color: Bitter Lemon. HEX triplet: D4, E1 and 44. RGB value is (212,225,68). Sum of RGB (Red+Green+Blue) = 212+225+68=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E144 is #2B1EBB. Grayscale: #CBCBCB. Windows color (decimal): -2825916 or 4514260. OLE color: 4514260.
HSL color Cylindrical-coordinate representation of color #D4E144: hue angle of 64.97º 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 #D4E144 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 68 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.12 |
| HSL | 64.97º | 0.72% | 0.57% | - |
| HSV(B) | 64.97º | 0.7% | 0.88% | - |
| XYZ | 55.12 | 68.26 | 15.74 | - |
| YUV | 203.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 68 | 0.06 | 0 | 0.70 | 0.12 | 64.97 | 0.72 | 0.57 |
| Hex | D4 | E1 | 44 | 6 | 0 | 46 | C | 41 | 48 | 39 |
| Octal | 324 | 341 | 104 | 6 | 0 | 106 | 14 | 101 | 110 | 71 |
| Binary | 11010100 | 11100001 | 1000100 | 110 | 0 | 1000110 | 1100 | 1000001 | 1001000 | 111001 |
Color Harmonies of #D4E144
Complementary color
Monochromatic Colors of #D4E144
Black with #D4E144
Text Example
Text Example
White with #D4E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E144; }
p { color: rgb(212,225,68); }
H1.HeaderClassName
{
color: #D4E144;
}
.AnyTagClassName
{
color: #D4E144;
}
</style>
background-color css
<style>
a { background-color: #D4E144; }
a { background-color: rgb(212,225,68); }
div.DivClassName
{
background-color: #D4E144;
}
.BgClassName
{
background-color: #D4E144;
}
</style>
border-color css
<style>
span { border-color: #D4E144; }
span { border-color: rgb(212,225,68); }
td.TdClassName
{
border-color: #D4E144;
}
.TagClassName
{
border-color: #D4E144;
}
</style>