Shades of Bitter Lemon #CCD032
Tints of Bitter Lemon #CCD032
RGB
CMYK
RGB Variations
Color information
#CCD032 (or 0xCCD032) is known color: Bitter Lemon. HEX triplet: CC, D0 and 32. RGB value is (204,208,50). Sum of RGB (Red+Green+Blue) = 204+208+50=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD032 is #332FCD. Grayscale: #BDBDBD. Windows color (decimal): -3354574 or 3330252. OLE color: 3330252.
HSL color Cylindrical-coordinate representation of color #CCD032: hue angle of 61.52º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCD032 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 50 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.18 |
| HSL | 61.52º | 0.63% | 0.51% | - |
| HSV(B) | 61.52º | 0.76% | 0.82% | - |
| XYZ | 48.03 | 58.18 | 11.72 | - |
| YUV | 188.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 50 | 0.02 | 0 | 0.76 | 0.18 | 61.52 | 0.63 | 0.51 |
| Hex | CC | D0 | 32 | 2 | 0 | 4C | 12 | 3E | 3F | 33 |
| Octal | 314 | 320 | 62 | 2 | 0 | 114 | 22 | 76 | 77 | 63 |
| Binary | 11001100 | 11010000 | 110010 | 10 | 0 | 1001100 | 10010 | 111110 | 111111 | 110011 |
Color Harmonies of #CCD032
Complementary color
Monochromatic Colors of #CCD032
Black with #CCD032
Text Example
Text Example
White with #CCD032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD032; }
p { color: rgb(204,208,50); }
H1.HeaderClassName
{
color: #CCD032;
}
.AnyTagClassName
{
color: #CCD032;
}
</style>
background-color css
<style>
a { background-color: #CCD032; }
a { background-color: rgb(204,208,50); }
div.DivClassName
{
background-color: #CCD032;
}
.BgClassName
{
background-color: #CCD032;
}
</style>
border-color css
<style>
span { border-color: #CCD032; }
span { border-color: rgb(204,208,50); }
td.TdClassName
{
border-color: #CCD032;
}
.TagClassName
{
border-color: #CCD032;
}
</style>