Shades of Bitter Lemon #D4DF44
Tints of Bitter Lemon #D4DF44
RGB
CMYK
RGB Variations
Color information
#D4DF44 (or 0xD4DF44) is known color: Bitter Lemon. HEX triplet: D4, DF and 44. RGB value is (212,223,68). Sum of RGB (Red+Green+Blue) = 212+223+68=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DF44 is #2B20BB. Grayscale: #CACACA. Windows color (decimal): -2826428 or 4513748. OLE color: 4513748.
HSL color Cylindrical-coordinate representation of color #D4DF44: hue angle of 64.26º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4DF44 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 68 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.13 |
| HSL | 64.26º | 0.71% | 0.57% | - |
| HSV(B) | 64.26º | 0.7% | 0.87% | - |
| XYZ | 54.58 | 67.19 | 15.56 | - |
| YUV | 202.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 68 | 0.05 | 0 | 0.70 | 0.13 | 64.26 | 0.71 | 0.57 |
| Hex | D4 | DF | 44 | 5 | 0 | 46 | D | 40 | 47 | 39 |
| Octal | 324 | 337 | 104 | 5 | 0 | 106 | 15 | 100 | 107 | 71 |
| Binary | 11010100 | 11011111 | 1000100 | 101 | 0 | 1000110 | 1101 | 1000000 | 1000111 | 111001 |
Color Harmonies of #D4DF44
Complementary color
Monochromatic Colors of #D4DF44
Black with #D4DF44
Text Example
Text Example
White with #D4DF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DF44; }
p { color: rgb(212,223,68); }
H1.HeaderClassName
{
color: #D4DF44;
}
.AnyTagClassName
{
color: #D4DF44;
}
</style>
background-color css
<style>
a { background-color: #D4DF44; }
a { background-color: rgb(212,223,68); }
div.DivClassName
{
background-color: #D4DF44;
}
.BgClassName
{
background-color: #D4DF44;
}
</style>
border-color css
<style>
span { border-color: #D4DF44; }
span { border-color: rgb(212,223,68); }
td.TdClassName
{
border-color: #D4DF44;
}
.TagClassName
{
border-color: #D4DF44;
}
</style>