Shades of Bitter Lemon #CDD532
Tints of Bitter Lemon #CDD532
RGB
CMYK
RGB Variations
Color information
#CDD532 (or 0xCDD532) is known color: Bitter Lemon. HEX triplet: CD, D5 and 32. RGB value is (205,213,50). Sum of RGB (Red+Green+Blue) = 205+213+50=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD532 is #322ACD. Grayscale: #C0C0C0. Windows color (decimal): -3287758 or 3331533. OLE color: 3331533.
HSL color Cylindrical-coordinate representation of color #CDD532: hue angle of 62.94º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDD532 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 50 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.16 |
| HSL | 62.94º | 0.66% | 0.52% | - |
| HSV(B) | 62.94º | 0.77% | 0.84% | - |
| XYZ | 49.55 | 60.8 | 12.14 | - |
| YUV | 192.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 50 | 0.04 | 0 | 0.77 | 0.16 | 62.94 | 0.66 | 0.52 |
| Hex | CD | D5 | 32 | 4 | 0 | 4D | 10 | 3F | 42 | 34 |
| Octal | 315 | 325 | 62 | 4 | 0 | 115 | 20 | 77 | 102 | 64 |
| Binary | 11001101 | 11010101 | 110010 | 100 | 0 | 1001101 | 10000 | 111111 | 1000010 | 110100 |
Color Harmonies of #CDD532
Complementary color
Monochromatic Colors of #CDD532
Black with #CDD532
Text Example
Text Example
White with #CDD532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD532; }
p { color: rgb(205,213,50); }
H1.HeaderClassName
{
color: #CDD532;
}
.AnyTagClassName
{
color: #CDD532;
}
</style>
background-color css
<style>
a { background-color: #CDD532; }
a { background-color: rgb(205,213,50); }
div.DivClassName
{
background-color: #CDD532;
}
.BgClassName
{
background-color: #CDD532;
}
</style>
border-color css
<style>
span { border-color: #CDD532; }
span { border-color: rgb(205,213,50); }
td.TdClassName
{
border-color: #CDD532;
}
.TagClassName
{
border-color: #CDD532;
}
</style>