Shades of Bitter Lemon #CDDD32
Tints of Bitter Lemon #CDDD32
RGB
CMYK
RGB Variations
Color information
#CDDD32 (or 0xCDDD32) is known color: Bitter Lemon. HEX triplet: CD, DD and 32. RGB value is (205,221,50). Sum of RGB (Red+Green+Blue) = 205+221+50=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD32 is #3222CD. Grayscale: #C5C5C5. Windows color (decimal): -3285710 or 3333581. OLE color: 3333581.
HSL color Cylindrical-coordinate representation of color #CDDD32: hue angle of 65.61º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDDD32 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 50 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.13 |
| HSL | 65.61º | 0.72% | 0.53% | - |
| HSV(B) | 65.61º | 0.77% | 0.87% | - |
| XYZ | 51.61 | 64.92 | 12.83 | - |
| YUV | 196.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 50 | 0.07 | 0 | 0.77 | 0.13 | 65.61 | 0.72 | 0.53 |
| Hex | CD | DD | 32 | 7 | 0 | 4D | D | 42 | 48 | 35 |
| Octal | 315 | 335 | 62 | 7 | 0 | 115 | 15 | 102 | 110 | 65 |
| Binary | 11001101 | 11011101 | 110010 | 111 | 0 | 1001101 | 1101 | 1000010 | 1001000 | 110101 |
Color Harmonies of #CDDD32
Complementary color
Monochromatic Colors of #CDDD32
Black with #CDDD32
Text Example
Text Example
White with #CDDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD32; }
p { color: rgb(205,221,50); }
H1.HeaderClassName
{
color: #CDDD32;
}
.AnyTagClassName
{
color: #CDDD32;
}
</style>
background-color css
<style>
a { background-color: #CDDD32; }
a { background-color: rgb(205,221,50); }
div.DivClassName
{
background-color: #CDDD32;
}
.BgClassName
{
background-color: #CDDD32;
}
</style>
border-color css
<style>
span { border-color: #CDDD32; }
span { border-color: rgb(205,221,50); }
td.TdClassName
{
border-color: #CDDD32;
}
.TagClassName
{
border-color: #CDDD32;
}
</style>