Shades of Bitter Lemon #CCD932
Tints of Bitter Lemon #CCD932
RGB
CMYK
RGB Variations
Color information
#CCD932 (or 0xCCD932) is known color: Bitter Lemon. HEX triplet: CC, D9 and 32. RGB value is (204,217,50). Sum of RGB (Red+Green+Blue) = 204+217+50=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD932 is #3326CD. Grayscale: #C2C2C2. Windows color (decimal): -3352270 or 3332556. OLE color: 3332556.
HSL color Cylindrical-coordinate representation of color #CCD932: hue angle of 64.67º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCD932 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 50 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.15 |
| HSL | 64.67º | 0.69% | 0.52% | - |
| HSV(B) | 64.67º | 0.77% | 0.85% | - |
| XYZ | 50.29 | 62.69 | 12.47 | - |
| YUV | 194.08 | 46.69 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 50 | 0.06 | 0 | 0.77 | 0.15 | 64.67 | 0.69 | 0.52 |
| Hex | CC | D9 | 32 | 6 | 0 | 4D | F | 41 | 45 | 34 |
| Octal | 314 | 331 | 62 | 6 | 0 | 115 | 17 | 101 | 105 | 64 |
| Binary | 11001100 | 11011001 | 110010 | 110 | 0 | 1001101 | 1111 | 1000001 | 1000101 | 110100 |
Color Harmonies of #CCD932
Complementary color
Monochromatic Colors of #CCD932
Black with #CCD932
Text Example
Text Example
White with #CCD932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD932; }
p { color: rgb(204,217,50); }
H1.HeaderClassName
{
color: #CCD932;
}
.AnyTagClassName
{
color: #CCD932;
}
</style>
background-color css
<style>
a { background-color: #CCD932; }
a { background-color: rgb(204,217,50); }
div.DivClassName
{
background-color: #CCD932;
}
.BgClassName
{
background-color: #CCD932;
}
</style>
border-color css
<style>
span { border-color: #CCD932; }
span { border-color: rgb(204,217,50); }
td.TdClassName
{
border-color: #CCD932;
}
.TagClassName
{
border-color: #CCD932;
}
</style>