Shades of Bitter Lemon #CDD22D
Tints of Bitter Lemon #CDD22D
RGB
CMYK
RGB Variations
Color information
#CDD22D (or 0xCDD22D) is known color: Bitter Lemon. HEX triplet: CD, D2 and 2D. RGB value is (205,210,45). Sum of RGB (Red+Green+Blue) = 205+210+45=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD22D is #322DD2. Grayscale: #BEBEBE. Windows color (decimal): -3288531 or 3003085. OLE color: 3003085.
HSL color Cylindrical-coordinate representation of color #CDD22D: hue angle of 61.82º 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 #CDD22D is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 45 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.18 |
| HSL | 61.82º | 0.65% | 0.5% | - |
| HSV(B) | 61.82º | 0.79% | 0.82% | - |
| XYZ | 48.7 | 59.26 | 11.35 | - |
| YUV | 189.7 | 46.34 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 45 | 0.02 | 0 | 0.79 | 0.18 | 61.82 | 0.65 | 0.5 |
| Hex | CD | D2 | 2D | 2 | 0 | 4F | 12 | 3E | 41 | 32 |
| Octal | 315 | 322 | 55 | 2 | 0 | 117 | 22 | 76 | 101 | 62 |
| Binary | 11001101 | 11010010 | 101101 | 10 | 0 | 1001111 | 10010 | 111110 | 1000001 | 110010 |
Color Harmonies of #CDD22D
Complementary color
Monochromatic Colors of #CDD22D
Black with #CDD22D
Text Example
Text Example
White with #CDD22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD22D; }
p { color: rgb(205,210,45); }
H1.HeaderClassName
{
color: #CDD22D;
}
.AnyTagClassName
{
color: #CDD22D;
}
</style>
background-color css
<style>
a { background-color: #CDD22D; }
a { background-color: rgb(205,210,45); }
div.DivClassName
{
background-color: #CDD22D;
}
.BgClassName
{
background-color: #CDD22D;
}
</style>
border-color css
<style>
span { border-color: #CDD22D; }
span { border-color: rgb(205,210,45); }
td.TdClassName
{
border-color: #CDD22D;
}
.TagClassName
{
border-color: #CDD22D;
}
</style>