Shades of Bitter Lemon #CDD32F
Tints of Bitter Lemon #CDD32F
RGB
CMYK
RGB Variations
Color information
#CDD32F (or 0xCDD32F) is known color: Bitter Lemon. HEX triplet: CD, D3 and 2F. RGB value is (205,211,47). Sum of RGB (Red+Green+Blue) = 205+211+47=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD32F is #322CD0. Grayscale: #BFBFBF. Windows color (decimal): -3288273 or 3134413. OLE color: 3134413.
HSL color Cylindrical-coordinate representation of color #CDD32F: hue angle of 62.2º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD32F is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 47 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.17 |
| HSL | 62.2º | 0.65% | 0.51% | - |
| HSV(B) | 62.2º | 0.78% | 0.83% | - |
| XYZ | 48.98 | 59.77 | 11.64 | - |
| YUV | 190.51 | 47.01 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 47 | 0.03 | 0 | 0.78 | 0.17 | 62.2 | 0.65 | 0.51 |
| Hex | CD | D3 | 2F | 3 | 0 | 4E | 11 | 3E | 41 | 33 |
| Octal | 315 | 323 | 57 | 3 | 0 | 116 | 21 | 76 | 101 | 63 |
| Binary | 11001101 | 11010011 | 101111 | 11 | 0 | 1001110 | 10001 | 111110 | 1000001 | 110011 |
Color Harmonies of #CDD32F
Complementary color
Monochromatic Colors of #CDD32F
Black with #CDD32F
Text Example
Text Example
White with #CDD32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD32F; }
p { color: rgb(205,211,47); }
H1.HeaderClassName
{
color: #CDD32F;
}
.AnyTagClassName
{
color: #CDD32F;
}
</style>
background-color css
<style>
a { background-color: #CDD32F; }
a { background-color: rgb(205,211,47); }
div.DivClassName
{
background-color: #CDD32F;
}
.BgClassName
{
background-color: #CDD32F;
}
</style>
border-color css
<style>
span { border-color: #CDD32F; }
span { border-color: rgb(205,211,47); }
td.TdClassName
{
border-color: #CDD32F;
}
.TagClassName
{
border-color: #CDD32F;
}
</style>