Shades of Bitter Lemon #CCD12E
Tints of Bitter Lemon #CCD12E
RGB
CMYK
RGB Variations
Color information
#CCD12E (or 0xCCD12E) is known color: Bitter Lemon. HEX triplet: CC, D1 and 2E. RGB value is (204,209,46). Sum of RGB (Red+Green+Blue) = 204+209+46=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD12E is #332ED1. Grayscale: #BDBDBD. Windows color (decimal): -3354322 or 3068364. OLE color: 3068364.
HSL color Cylindrical-coordinate representation of color #CCD12E: hue angle of 61.84º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCD12E is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 46 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.18 |
| HSL | 61.84º | 0.64% | 0.5% | - |
| HSV(B) | 61.84º | 0.78% | 0.82% | - |
| XYZ | 48.2 | 58.64 | 11.36 | - |
| YUV | 188.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 46 | 0.02 | 0 | 0.78 | 0.18 | 61.84 | 0.64 | 0.5 |
| Hex | CC | D1 | 2E | 2 | 0 | 4E | 12 | 3E | 40 | 32 |
| Octal | 314 | 321 | 56 | 2 | 0 | 116 | 22 | 76 | 100 | 62 |
| Binary | 11001100 | 11010001 | 101110 | 10 | 0 | 1001110 | 10010 | 111110 | 1000000 | 110010 |
Color Harmonies of #CCD12E
Complementary color
Monochromatic Colors of #CCD12E
Black with #CCD12E
Text Example
Text Example
White with #CCD12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD12E; }
p { color: rgb(204,209,46); }
H1.HeaderClassName
{
color: #CCD12E;
}
.AnyTagClassName
{
color: #CCD12E;
}
</style>
background-color css
<style>
a { background-color: #CCD12E; }
a { background-color: rgb(204,209,46); }
div.DivClassName
{
background-color: #CCD12E;
}
.BgClassName
{
background-color: #CCD12E;
}
</style>
border-color css
<style>
span { border-color: #CCD12E; }
span { border-color: rgb(204,209,46); }
td.TdClassName
{
border-color: #CCD12E;
}
.TagClassName
{
border-color: #CCD12E;
}
</style>