Shades of Bitter Lemon #CDD33B
Tints of Bitter Lemon #CDD33B
RGB
CMYK
RGB Variations
Color information
#CDD33B (or 0xCDD33B) is known color: Bitter Lemon. HEX triplet: CD, D3 and 3B. RGB value is (205,211,59). Sum of RGB (Red+Green+Blue) = 205+211+59=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD33B is #322CC4. Grayscale: #C0C0C0. Windows color (decimal): -3288261 or 3920845. OLE color: 3920845.
HSL color Cylindrical-coordinate representation of color #CDD33B: hue angle of 62.37º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDD33B is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 59 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.17 |
| HSL | 62.37º | 0.63% | 0.53% | - |
| HSV(B) | 62.37º | 0.72% | 0.83% | - |
| XYZ | 49.26 | 59.88 | 13.1 | - |
| YUV | 191.88 | 53.01 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 59 | 0.03 | 0 | 0.72 | 0.17 | 62.37 | 0.63 | 0.53 |
| Hex | CD | D3 | 3B | 3 | 0 | 48 | 11 | 3E | 3F | 35 |
| Octal | 315 | 323 | 73 | 3 | 0 | 110 | 21 | 76 | 77 | 65 |
| Binary | 11001101 | 11010011 | 111011 | 11 | 0 | 1001000 | 10001 | 111110 | 111111 | 110101 |
Color Harmonies of #CDD33B
Complementary color
Monochromatic Colors of #CDD33B
Black with #CDD33B
Text Example
Text Example
White with #CDD33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD33B; }
p { color: rgb(205,211,59); }
H1.HeaderClassName
{
color: #CDD33B;
}
.AnyTagClassName
{
color: #CDD33B;
}
</style>
background-color css
<style>
a { background-color: #CDD33B; }
a { background-color: rgb(205,211,59); }
div.DivClassName
{
background-color: #CDD33B;
}
.BgClassName
{
background-color: #CDD33B;
}
</style>
border-color css
<style>
span { border-color: #CDD33B; }
span { border-color: rgb(205,211,59); }
td.TdClassName
{
border-color: #CDD33B;
}
.TagClassName
{
border-color: #CDD33B;
}
</style>