Shades of Bitter Lemon #CCD22E
Tints of Bitter Lemon #CCD22E
RGB
CMYK
RGB Variations
Color information
#CCD22E (or 0xCCD22E) is known color: Bitter Lemon. HEX triplet: CC, D2 and 2E. RGB value is (204,210,46). Sum of RGB (Red+Green+Blue) = 204+210+46=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD22E is #332DD1. Grayscale: #BEBEBE. Windows color (decimal): -3354066 or 3068620. OLE color: 3068620.
HSL color Cylindrical-coordinate representation of color #CCD22E: hue angle of 62.2º degrees, saturation: 0.65, 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 #CCD22E is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 46 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.18 |
| HSL | 62.2º | 0.65% | 0.5% | - |
| HSV(B) | 62.2º | 0.78% | 0.82% | - |
| XYZ | 48.44 | 59.13 | 11.44 | - |
| YUV | 189.51 | 47.01 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 46 | 0.03 | 0 | 0.78 | 0.18 | 62.2 | 0.65 | 0.5 |
| Hex | CC | D2 | 2E | 3 | 0 | 4E | 12 | 3E | 41 | 32 |
| Octal | 314 | 322 | 56 | 3 | 0 | 116 | 22 | 76 | 101 | 62 |
| Binary | 11001100 | 11010010 | 101110 | 11 | 0 | 1001110 | 10010 | 111110 | 1000001 | 110010 |
Color Harmonies of #CCD22E
Complementary color
Monochromatic Colors of #CCD22E
Black with #CCD22E
Text Example
Text Example
White with #CCD22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD22E; }
p { color: rgb(204,210,46); }
H1.HeaderClassName
{
color: #CCD22E;
}
.AnyTagClassName
{
color: #CCD22E;
}
</style>
background-color css
<style>
a { background-color: #CCD22E; }
a { background-color: rgb(204,210,46); }
div.DivClassName
{
background-color: #CCD22E;
}
.BgClassName
{
background-color: #CCD22E;
}
</style>
border-color css
<style>
span { border-color: #CCD22E; }
span { border-color: rgb(204,210,46); }
td.TdClassName
{
border-color: #CCD22E;
}
.TagClassName
{
border-color: #CCD22E;
}
</style>