Shades of Bitter Lemon #CDD32D
Tints of Bitter Lemon #CDD32D
RGB
CMYK
RGB Variations
Color information
#CDD32D (or 0xCDD32D) is known color: Bitter Lemon. HEX triplet: CD, D3 and 2D. RGB value is (205,211,45). Sum of RGB (Red+Green+Blue) = 205+211+45=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD32D is #322CD2. Grayscale: #BEBEBE. Windows color (decimal): -3288275 or 3003341. OLE color: 3003341.
HSL color Cylindrical-coordinate representation of color #CDD32D: hue angle of 62.17º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDD32D is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 45 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.17 |
| HSL | 62.17º | 0.65% | 0.5% | - |
| HSV(B) | 62.17º | 0.79% | 0.83% | - |
| XYZ | 48.94 | 59.76 | 11.44 | - |
| YUV | 190.28 | 46.01 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 45 | 0.03 | 0 | 0.79 | 0.17 | 62.17 | 0.65 | 0.5 |
| Hex | CD | D3 | 2D | 3 | 0 | 4F | 11 | 3E | 41 | 32 |
| Octal | 315 | 323 | 55 | 3 | 0 | 117 | 21 | 76 | 101 | 62 |
| Binary | 11001101 | 11010011 | 101101 | 11 | 0 | 1001111 | 10001 | 111110 | 1000001 | 110010 |
Color Harmonies of #CDD32D
Complementary color
Monochromatic Colors of #CDD32D
Black with #CDD32D
Text Example
Text Example
White with #CDD32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD32D; }
p { color: rgb(205,211,45); }
H1.HeaderClassName
{
color: #CDD32D;
}
.AnyTagClassName
{
color: #CDD32D;
}
</style>
background-color css
<style>
a { background-color: #CDD32D; }
a { background-color: rgb(205,211,45); }
div.DivClassName
{
background-color: #CDD32D;
}
.BgClassName
{
background-color: #CDD32D;
}
</style>
border-color css
<style>
span { border-color: #CDD32D; }
span { border-color: rgb(205,211,45); }
td.TdClassName
{
border-color: #CDD32D;
}
.TagClassName
{
border-color: #CDD32D;
}
</style>