Shades of Bitter Lemon #CCD32F
Tints of Bitter Lemon #CCD32F
RGB
CMYK
RGB Variations
Color information
#CCD32F (or 0xCCD32F) is known color: Bitter Lemon. HEX triplet: CC, D3 and 2F. RGB value is (204,211,47). Sum of RGB (Red+Green+Blue) = 204+211+47=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD32F is #332CD0. Grayscale: #BEBEBE. Windows color (decimal): -3353809 or 3134412. OLE color: 3134412.
HSL color Cylindrical-coordinate representation of color #CCD32F: hue angle of 62.56º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCD32F is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 47 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.17 |
| HSL | 62.56º | 0.65% | 0.51% | - |
| HSV(B) | 62.56º | 0.78% | 0.83% | - |
| XYZ | 48.71 | 59.63 | 11.63 | - |
| YUV | 190.21 | 47.18 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 47 | 0.03 | 0 | 0.78 | 0.17 | 62.56 | 0.65 | 0.51 |
| Hex | CC | D3 | 2F | 3 | 0 | 4E | 11 | 3F | 41 | 33 |
| Octal | 314 | 323 | 57 | 3 | 0 | 116 | 21 | 77 | 101 | 63 |
| Binary | 11001100 | 11010011 | 101111 | 11 | 0 | 1001110 | 10001 | 111111 | 1000001 | 110011 |
Color Harmonies of #CCD32F
Complementary color
Monochromatic Colors of #CCD32F
Black with #CCD32F
Text Example
Text Example
White with #CCD32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD32F; }
p { color: rgb(204,211,47); }
H1.HeaderClassName
{
color: #CCD32F;
}
.AnyTagClassName
{
color: #CCD32F;
}
</style>
background-color css
<style>
a { background-color: #CCD32F; }
a { background-color: rgb(204,211,47); }
div.DivClassName
{
background-color: #CCD32F;
}
.BgClassName
{
background-color: #CCD32F;
}
</style>
border-color css
<style>
span { border-color: #CCD32F; }
span { border-color: rgb(204,211,47); }
td.TdClassName
{
border-color: #CCD32F;
}
.TagClassName
{
border-color: #CCD32F;
}
</style>