Shades of Bitter Lemon #CCD12C
Tints of Bitter Lemon #CCD12C
RGB
CMYK
RGB Variations
Color information
#CCD12C (or 0xCCD12C) is known color: Bitter Lemon. HEX triplet: CC, D1 and 2C. RGB value is (204,209,44). Sum of RGB (Red+Green+Blue) = 204+209+44=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD12C is #332ED3. Grayscale: #BDBDBD. Windows color (decimal): -3354324 or 2937292. OLE color: 2937292.
HSL color Cylindrical-coordinate representation of color #CCD12C: hue angle of 61.82º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCD12C is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 44 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.18 |
| HSL | 61.82º | 0.65% | 0.5% | - |
| HSV(B) | 61.82º | 0.79% | 0.82% | - |
| XYZ | 48.16 | 58.62 | 11.16 | - |
| YUV | 188.7 | 46.34 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 44 | 0.02 | 0 | 0.79 | 0.18 | 61.82 | 0.65 | 0.5 |
| Hex | CC | D1 | 2C | 2 | 0 | 4F | 12 | 3E | 41 | 32 |
| Octal | 314 | 321 | 54 | 2 | 0 | 117 | 22 | 76 | 101 | 62 |
| Binary | 11001100 | 11010001 | 101100 | 10 | 0 | 1001111 | 10010 | 111110 | 1000001 | 110010 |
Color Harmonies of #CCD12C
Complementary color
Monochromatic Colors of #CCD12C
Black with #CCD12C
Text Example
Text Example
White with #CCD12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD12C; }
p { color: rgb(204,209,44); }
H1.HeaderClassName
{
color: #CCD12C;
}
.AnyTagClassName
{
color: #CCD12C;
}
</style>
background-color css
<style>
a { background-color: #CCD12C; }
a { background-color: rgb(204,209,44); }
div.DivClassName
{
background-color: #CCD12C;
}
.BgClassName
{
background-color: #CCD12C;
}
</style>
border-color css
<style>
span { border-color: #CCD12C; }
span { border-color: rgb(204,209,44); }
td.TdClassName
{
border-color: #CCD12C;
}
.TagClassName
{
border-color: #CCD12C;
}
</style>