Shades of Bitter Lemon #D0D22D
Tints of Bitter Lemon #D0D22D
RGB
CMYK
RGB Variations
Color information
#D0D22D (or 0xD0D22D) is known color: Bitter Lemon. HEX triplet: D0, D2 and 2D. RGB value is (208,210,45). Sum of RGB (Red+Green+Blue) = 208+210+45=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D22D is #2F2DD2. Grayscale: #BFBFBF. Windows color (decimal): -3091923 or 3003088. OLE color: 3003088.
HSL color Cylindrical-coordinate representation of color #D0D22D: hue angle of 60.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0D22D is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 45 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.18 |
| HSL | 60.73º | 0.65% | 0.5% | - |
| HSV(B) | 60.73º | 0.79% | 0.82% | - |
| XYZ | 49.53 | 59.69 | 11.39 | - |
| YUV | 190.59 | 45.84 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 45 | 0.01 | 0 | 0.79 | 0.18 | 60.73 | 0.65 | 0.5 |
| Hex | D0 | D2 | 2D | 1 | 0 | 4F | 12 | 3D | 41 | 32 |
| Octal | 320 | 322 | 55 | 1 | 0 | 117 | 22 | 75 | 101 | 62 |
| Binary | 11010000 | 11010010 | 101101 | 1 | 0 | 1001111 | 10010 | 111101 | 1000001 | 110010 |
Color Harmonies of #D0D22D
Complementary color
Monochromatic Colors of #D0D22D
Black with #D0D22D
Text Example
Text Example
White with #D0D22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D22D; }
p { color: rgb(208,210,45); }
H1.HeaderClassName
{
color: #D0D22D;
}
.AnyTagClassName
{
color: #D0D22D;
}
</style>
background-color css
<style>
a { background-color: #D0D22D; }
a { background-color: rgb(208,210,45); }
div.DivClassName
{
background-color: #D0D22D;
}
.BgClassName
{
background-color: #D0D22D;
}
</style>
border-color css
<style>
span { border-color: #D0D22D; }
span { border-color: rgb(208,210,45); }
td.TdClassName
{
border-color: #D0D22D;
}
.TagClassName
{
border-color: #D0D22D;
}
</style>