Shades of Bitter Lemon #CDD32E
Tints of Bitter Lemon #CDD32E
RGB
CMYK
RGB Variations
Color information
#CDD32E (or 0xCDD32E) is known color: Bitter Lemon. HEX triplet: CD, D3 and 2E. RGB value is (205,211,46). Sum of RGB (Red+Green+Blue) = 205+211+46=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 46 (18.36% from 255 or 9.96% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD32E is #322CD1. Grayscale: #BFBFBF. Windows color (decimal): -3288274 or 3068877. OLE color: 3068877.
HSL color Cylindrical-coordinate representation of color #CDD32E: hue angle of 62.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD32E is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 46 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.17 |
| HSL | 62.18º | 0.65% | 0.5% | - |
| HSV(B) | 62.18º | 0.78% | 0.83% | - |
| XYZ | 48.96 | 59.76 | 11.54 | - |
| YUV | 190.4 | 46.51 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 46 | 0.03 | 0 | 0.78 | 0.17 | 62.18 | 0.65 | 0.5 |
| Hex | CD | D3 | 2E | 3 | 0 | 4E | 11 | 3E | 41 | 32 |
| Octal | 315 | 323 | 56 | 3 | 0 | 116 | 21 | 76 | 101 | 62 |
| Binary | 11001101 | 11010011 | 101110 | 11 | 0 | 1001110 | 10001 | 111110 | 1000001 | 110010 |
Color Harmonies of #CDD32E
Complementary color
Monochromatic Colors of #CDD32E
Black with #CDD32E
Text Example
Text Example
White with #CDD32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD32E; }
p { color: rgb(205,211,46); }
H1.HeaderClassName
{
color: #CDD32E;
}
.AnyTagClassName
{
color: #CDD32E;
}
</style>
background-color css
<style>
a { background-color: #CDD32E; }
a { background-color: rgb(205,211,46); }
div.DivClassName
{
background-color: #CDD32E;
}
.BgClassName
{
background-color: #CDD32E;
}
</style>
border-color css
<style>
span { border-color: #CDD32E; }
span { border-color: rgb(205,211,46); }
td.TdClassName
{
border-color: #CDD32E;
}
.TagClassName
{
border-color: #CDD32E;
}
</style>