Shades of Bitter Lemon #D2DF46
Tints of Bitter Lemon #D2DF46
RGB
CMYK
RGB Variations
Color information
#D2DF46 (or 0xD2DF46) is known color: Bitter Lemon. HEX triplet: D2, DF and 46. RGB value is (210,223,70). Sum of RGB (Red+Green+Blue) = 210+223+70=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DF46 is #2D20B9. Grayscale: #CACACA. Windows color (decimal): -2957498 or 4644818. OLE color: 4644818.
HSL color Cylindrical-coordinate representation of color #D2DF46: hue angle of 65.1º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2DF46 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 70 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.13 |
| HSL | 65.1º | 0.71% | 0.57% | - |
| HSV(B) | 65.1º | 0.69% | 0.87% | - |
| XYZ | 54.07 | 66.92 | 15.86 | - |
| YUV | 201.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 70 | 0.06 | 0 | 0.69 | 0.13 | 65.1 | 0.71 | 0.57 |
| Hex | D2 | DF | 46 | 6 | 0 | 45 | D | 41 | 47 | 39 |
| Octal | 322 | 337 | 106 | 6 | 0 | 105 | 15 | 101 | 107 | 71 |
| Binary | 11010010 | 11011111 | 1000110 | 110 | 0 | 1000101 | 1101 | 1000001 | 1000111 | 111001 |
Color Harmonies of #D2DF46
Complementary color
Monochromatic Colors of #D2DF46
Black with #D2DF46
Text Example
Text Example
White with #D2DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DF46; }
p { color: rgb(210,223,70); }
H1.HeaderClassName
{
color: #D2DF46;
}
.AnyTagClassName
{
color: #D2DF46;
}
</style>
background-color css
<style>
a { background-color: #D2DF46; }
a { background-color: rgb(210,223,70); }
div.DivClassName
{
background-color: #D2DF46;
}
.BgClassName
{
background-color: #D2DF46;
}
</style>
border-color css
<style>
span { border-color: #D2DF46; }
span { border-color: rgb(210,223,70); }
td.TdClassName
{
border-color: #D2DF46;
}
.TagClassName
{
border-color: #D2DF46;
}
</style>