Shades of Bitter Lemon #CCCD32
Tints of Bitter Lemon #CCCD32
RGB
CMYK
RGB Variations
Color information
#CCCD32 (or 0xCCCD32) is known color: Bitter Lemon. HEX triplet: CC, CD and 32. RGB value is (204,205,50). Sum of RGB (Red+Green+Blue) = 204+205+50=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD32 is #3332CD. Grayscale: #BBBBBB. Windows color (decimal): -3355342 or 3329484. OLE color: 3329484.
HSL color Cylindrical-coordinate representation of color #CCCD32: hue angle of 60.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCCD32 is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 50 | - |
| CMYK | 0.00 | 0 | 0.76 | 0.20 |
| HSL | 60.39º | 0.61% | 0.5% | - |
| HSV(B) | 60.39º | 0.76% | 0.8% | - |
| XYZ | 47.31 | 56.73 | 11.47 | - |
| YUV | 187.03 | 50.67 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 50 | 0.00 | 0 | 0.76 | 0.20 | 60.39 | 0.61 | 0.5 |
| Hex | CC | CD | 32 | 0 | 0 | 4C | 14 | 3C | 3D | 32 |
| Octal | 314 | 315 | 62 | 0 | 0 | 114 | 24 | 74 | 75 | 62 |
| Binary | 11001100 | 11001101 | 110010 | 0 | 0 | 1001100 | 10100 | 111100 | 111101 | 110010 |
Color Harmonies of #CCCD32
Complementary color
Monochromatic Colors of #CCCD32
Black with #CCCD32
Text Example
Text Example
White with #CCCD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD32; }
p { color: rgb(204,205,50); }
H1.HeaderClassName
{
color: #CCCD32;
}
.AnyTagClassName
{
color: #CCCD32;
}
</style>
background-color css
<style>
a { background-color: #CCCD32; }
a { background-color: rgb(204,205,50); }
div.DivClassName
{
background-color: #CCCD32;
}
.BgClassName
{
background-color: #CCCD32;
}
</style>
border-color css
<style>
span { border-color: #CCCD32; }
span { border-color: rgb(204,205,50); }
td.TdClassName
{
border-color: #CCCD32;
}
.TagClassName
{
border-color: #CCCD32;
}
</style>