Shades of Bitter Lemon #D2DD30
Tints of Bitter Lemon #D2DD30
RGB
CMYK
RGB Variations
Color information
#D2DD30 (or 0xD2DD30) is known color: Bitter Lemon. HEX triplet: D2, DD and 30. RGB value is (210,221,48). Sum of RGB (Red+Green+Blue) = 210+221+48=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DD30 is #2D22CF. Grayscale: #C6C6C6. Windows color (decimal): -2958032 or 3202514. OLE color: 3202514.
HSL color Cylindrical-coordinate representation of color #D2DD30: hue angle of 63.82º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2DD30 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 48 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.13 |
| HSL | 63.82º | 0.72% | 0.53% | - |
| HSV(B) | 63.82º | 0.78% | 0.87% | - |
| XYZ | 52.97 | 65.63 | 12.67 | - |
| YUV | 197.99 | 43.36 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 48 | 0.05 | 0 | 0.78 | 0.13 | 63.82 | 0.72 | 0.53 |
| Hex | D2 | DD | 30 | 5 | 0 | 4E | D | 40 | 48 | 35 |
| Octal | 322 | 335 | 60 | 5 | 0 | 116 | 15 | 100 | 110 | 65 |
| Binary | 11010010 | 11011101 | 110000 | 101 | 0 | 1001110 | 1101 | 1000000 | 1001000 | 110101 |
Color Harmonies of #D2DD30
Complementary color
Monochromatic Colors of #D2DD30
Black with #D2DD30
Text Example
Text Example
White with #D2DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DD30; }
p { color: rgb(210,221,48); }
H1.HeaderClassName
{
color: #D2DD30;
}
.AnyTagClassName
{
color: #D2DD30;
}
</style>
background-color css
<style>
a { background-color: #D2DD30; }
a { background-color: rgb(210,221,48); }
div.DivClassName
{
background-color: #D2DD30;
}
.BgClassName
{
background-color: #D2DD30;
}
</style>
border-color css
<style>
span { border-color: #D2DD30; }
span { border-color: rgb(210,221,48); }
td.TdClassName
{
border-color: #D2DD30;
}
.TagClassName
{
border-color: #D2DD30;
}
</style>