Shades of Bitter Lemon #CDD22F
Tints of Bitter Lemon #CDD22F
RGB
CMYK
RGB Variations
Color information
#CDD22F (or 0xCDD22F) is known color: Bitter Lemon. HEX triplet: CD, D2 and 2F. RGB value is (205,210,47). Sum of RGB (Red+Green+Blue) = 205+210+47=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD22F is #322DD0. Grayscale: #BEBEBE. Windows color (decimal): -3288529 or 3134157. OLE color: 3134157.
HSL color Cylindrical-coordinate representation of color #CDD22F: hue angle of 61.84º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD22F is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 47 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.18 |
| HSL | 61.84º | 0.64% | 0.5% | - |
| HSV(B) | 61.84º | 0.78% | 0.82% | - |
| XYZ | 48.74 | 59.28 | 11.56 | - |
| YUV | 189.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 47 | 0.02 | 0 | 0.78 | 0.18 | 61.84 | 0.64 | 0.5 |
| Hex | CD | D2 | 2F | 2 | 0 | 4E | 12 | 3E | 40 | 32 |
| Octal | 315 | 322 | 57 | 2 | 0 | 116 | 22 | 76 | 100 | 62 |
| Binary | 11001101 | 11010010 | 101111 | 10 | 0 | 1001110 | 10010 | 111110 | 1000000 | 110010 |
Color Harmonies of #CDD22F
Complementary color
Monochromatic Colors of #CDD22F
Black with #CDD22F
Text Example
Text Example
White with #CDD22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD22F; }
p { color: rgb(205,210,47); }
H1.HeaderClassName
{
color: #CDD22F;
}
.AnyTagClassName
{
color: #CDD22F;
}
</style>
background-color css
<style>
a { background-color: #CDD22F; }
a { background-color: rgb(205,210,47); }
div.DivClassName
{
background-color: #CDD22F;
}
.BgClassName
{
background-color: #CDD22F;
}
</style>
border-color css
<style>
span { border-color: #CDD22F; }
span { border-color: rgb(205,210,47); }
td.TdClassName
{
border-color: #CDD22F;
}
.TagClassName
{
border-color: #CDD22F;
}
</style>