Shades of Bitter Lemon #CDD32C
Tints of Bitter Lemon #CDD32C
RGB
CMYK
RGB Variations
Color information
#CDD32C (or 0xCDD32C) is known color: Bitter Lemon. HEX triplet: CD, D3 and 2C. RGB value is (205,211,44). Sum of RGB (Red+Green+Blue) = 205+211+44=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD32C is #322CD3. Grayscale: #BEBEBE. Windows color (decimal): -3288276 or 2937805. OLE color: 2937805.
HSL color Cylindrical-coordinate representation of color #CDD32C: hue angle of 62.16º 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 #CDD32C is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 44 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.17 |
| HSL | 62.16º | 0.65% | 0.5% | - |
| HSV(B) | 62.16º | 0.79% | 0.83% | - |
| XYZ | 48.93 | 59.75 | 11.34 | - |
| YUV | 190.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 44 | 0.03 | 0 | 0.79 | 0.17 | 62.16 | 0.65 | 0.5 |
| Hex | CD | D3 | 2C | 3 | 0 | 4F | 11 | 3E | 41 | 32 |
| Octal | 315 | 323 | 54 | 3 | 0 | 117 | 21 | 76 | 101 | 62 |
| Binary | 11001101 | 11010011 | 101100 | 11 | 0 | 1001111 | 10001 | 111110 | 1000001 | 110010 |
Color Harmonies of #CDD32C
Complementary color
Monochromatic Colors of #CDD32C
Black with #CDD32C
Text Example
Text Example
White with #CDD32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD32C; }
p { color: rgb(205,211,44); }
H1.HeaderClassName
{
color: #CDD32C;
}
.AnyTagClassName
{
color: #CDD32C;
}
</style>
background-color css
<style>
a { background-color: #CDD32C; }
a { background-color: rgb(205,211,44); }
div.DivClassName
{
background-color: #CDD32C;
}
.BgClassName
{
background-color: #CDD32C;
}
</style>
border-color css
<style>
span { border-color: #CDD32C; }
span { border-color: rgb(205,211,44); }
td.TdClassName
{
border-color: #CDD32C;
}
.TagClassName
{
border-color: #CDD32C;
}
</style>