Shades of Bitter Lemon #D2DF39
Tints of Bitter Lemon #D2DF39
RGB
CMYK
RGB Variations
Color information
#D2DF39 (or 0xD2DF39) is known color: Bitter Lemon. HEX triplet: D2, DF and 39. RGB value is (210,223,57). Sum of RGB (Red+Green+Blue) = 210+223+57=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 57 (22.66% from 255 or 11.63% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DF39 is #2D20C6. Grayscale: #C8C8C8. Windows color (decimal): -2957511 or 3792850. OLE color: 3792850.
HSL color Cylindrical-coordinate representation of color #D2DF39: hue angle of 64.7º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2DF39 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 57 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.13 |
| HSL | 64.7º | 0.72% | 0.55% | - |
| HSV(B) | 64.7º | 0.74% | 0.87% | - |
| XYZ | 53.7 | 66.77 | 13.93 | - |
| YUV | 200.19 | 47.19 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 57 | 0.06 | 0 | 0.74 | 0.13 | 64.7 | 0.72 | 0.55 |
| Hex | D2 | DF | 39 | 6 | 0 | 4A | D | 41 | 48 | 37 |
| Octal | 322 | 337 | 71 | 6 | 0 | 112 | 15 | 101 | 110 | 67 |
| Binary | 11010010 | 11011111 | 111001 | 110 | 0 | 1001010 | 1101 | 1000001 | 1001000 | 110111 |
Color Harmonies of #D2DF39
Complementary color
Monochromatic Colors of #D2DF39
Black with #D2DF39
Text Example
Text Example
White with #D2DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DF39; }
p { color: rgb(210,223,57); }
H1.HeaderClassName
{
color: #D2DF39;
}
.AnyTagClassName
{
color: #D2DF39;
}
</style>
background-color css
<style>
a { background-color: #D2DF39; }
a { background-color: rgb(210,223,57); }
div.DivClassName
{
background-color: #D2DF39;
}
.BgClassName
{
background-color: #D2DF39;
}
</style>
border-color css
<style>
span { border-color: #D2DF39; }
span { border-color: rgb(210,223,57); }
td.TdClassName
{
border-color: #D2DF39;
}
.TagClassName
{
border-color: #D2DF39;
}
</style>