Shades of Bitter Lemon #CDD22B
Tints of Bitter Lemon #CDD22B
RGB
CMYK
RGB Variations
Color information
#CDD22B (or 0xCDD22B) is known color: Bitter Lemon. HEX triplet: CD, D2 and 2B. RGB value is (205,210,43). Sum of RGB (Red+Green+Blue) = 205+210+43=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD22B is #322DD4. Grayscale: #BEBEBE. Windows color (decimal): -3288533 or 2872013. OLE color: 2872013.
HSL color Cylindrical-coordinate representation of color #CDD22B: hue angle of 61.8º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDD22B is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 43 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.18 |
| HSL | 61.8º | 0.66% | 0.5% | - |
| HSV(B) | 61.8º | 0.8% | 0.82% | - |
| XYZ | 48.66 | 59.25 | 11.16 | - |
| YUV | 189.47 | 45.34 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 43 | 0.02 | 0 | 0.80 | 0.18 | 61.8 | 0.66 | 0.5 |
| Hex | CD | D2 | 2B | 2 | 0 | 50 | 12 | 3E | 42 | 32 |
| Octal | 315 | 322 | 53 | 2 | 0 | 120 | 22 | 76 | 102 | 62 |
| Binary | 11001101 | 11010010 | 101011 | 10 | 0 | 1010000 | 10010 | 111110 | 1000010 | 110010 |
Color Harmonies of #CDD22B
Complementary color
Monochromatic Colors of #CDD22B
Black with #CDD22B
Text Example
Text Example
White with #CDD22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD22B; }
p { color: rgb(205,210,43); }
H1.HeaderClassName
{
color: #CDD22B;
}
.AnyTagClassName
{
color: #CDD22B;
}
</style>
background-color css
<style>
a { background-color: #CDD22B; }
a { background-color: rgb(205,210,43); }
div.DivClassName
{
background-color: #CDD22B;
}
.BgClassName
{
background-color: #CDD22B;
}
</style>
border-color css
<style>
span { border-color: #CDD22B; }
span { border-color: rgb(205,210,43); }
td.TdClassName
{
border-color: #CDD22B;
}
.TagClassName
{
border-color: #CDD22B;
}
</style>