Shades of Bitter Lemon #CDD232
Tints of Bitter Lemon #CDD232
RGB
CMYK
RGB Variations
Color information
#CDD232 (or 0xCDD232) is known color: Bitter Lemon. HEX triplet: CD, D2 and 32. RGB value is (205,210,50). Sum of RGB (Red+Green+Blue) = 205+210+50=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD232 is #322DCD. Grayscale: #BEBEBE. Windows color (decimal): -3288526 or 3330765. OLE color: 3330765.
HSL color Cylindrical-coordinate representation of color #CDD232: hue angle of 61.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDD232 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 50 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.18 |
| HSL | 61.88º | 0.64% | 0.51% | - |
| HSV(B) | 61.88º | 0.76% | 0.82% | - |
| XYZ | 48.8 | 59.3 | 11.89 | - |
| YUV | 190.27 | 48.84 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 50 | 0.02 | 0 | 0.76 | 0.18 | 61.88 | 0.64 | 0.51 |
| Hex | CD | D2 | 32 | 2 | 0 | 4C | 12 | 3E | 40 | 33 |
| Octal | 315 | 322 | 62 | 2 | 0 | 114 | 22 | 76 | 100 | 63 |
| Binary | 11001101 | 11010010 | 110010 | 10 | 0 | 1001100 | 10010 | 111110 | 1000000 | 110011 |
Color Harmonies of #CDD232
Complementary color
Monochromatic Colors of #CDD232
Black with #CDD232
Text Example
Text Example
White with #CDD232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD232; }
p { color: rgb(205,210,50); }
H1.HeaderClassName
{
color: #CDD232;
}
.AnyTagClassName
{
color: #CDD232;
}
</style>
background-color css
<style>
a { background-color: #CDD232; }
a { background-color: rgb(205,210,50); }
div.DivClassName
{
background-color: #CDD232;
}
.BgClassName
{
background-color: #CDD232;
}
</style>
border-color css
<style>
span { border-color: #CDD232; }
span { border-color: rgb(205,210,50); }
td.TdClassName
{
border-color: #CDD232;
}
.TagClassName
{
border-color: #CDD232;
}
</style>