Shades of Bitter Lemon #CCD72C
Tints of Bitter Lemon #CCD72C
RGB
CMYK
RGB Variations
Color information
#CCD72C (or 0xCCD72C) is known color: Bitter Lemon. HEX triplet: CC, D7 and 2C. RGB value is (204,215,44). Sum of RGB (Red+Green+Blue) = 204+215+44=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD72C is #3328D3. Grayscale: #C0C0C0. Windows color (decimal): -3352788 or 2938828. OLE color: 2938828.
HSL color Cylindrical-coordinate representation of color #CCD72C: hue angle of 63.86º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCD72C is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 44 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.16 |
| HSL | 63.86º | 0.68% | 0.51% | - |
| HSV(B) | 63.86º | 0.8% | 0.84% | - |
| XYZ | 49.66 | 61.62 | 11.66 | - |
| YUV | 192.22 | 44.36 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 44 | 0.05 | 0 | 0.80 | 0.16 | 63.86 | 0.68 | 0.51 |
| Hex | CC | D7 | 2C | 5 | 0 | 50 | 10 | 40 | 44 | 33 |
| Octal | 314 | 327 | 54 | 5 | 0 | 120 | 20 | 100 | 104 | 63 |
| Binary | 11001100 | 11010111 | 101100 | 101 | 0 | 1010000 | 10000 | 1000000 | 1000100 | 110011 |
Color Harmonies of #CCD72C
Complementary color
Monochromatic Colors of #CCD72C
Black with #CCD72C
Text Example
Text Example
White with #CCD72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD72C; }
p { color: rgb(204,215,44); }
H1.HeaderClassName
{
color: #CCD72C;
}
.AnyTagClassName
{
color: #CCD72C;
}
</style>
background-color css
<style>
a { background-color: #CCD72C; }
a { background-color: rgb(204,215,44); }
div.DivClassName
{
background-color: #CCD72C;
}
.BgClassName
{
background-color: #CCD72C;
}
</style>
border-color css
<style>
span { border-color: #CCD72C; }
span { border-color: rgb(204,215,44); }
td.TdClassName
{
border-color: #CCD72C;
}
.TagClassName
{
border-color: #CCD72C;
}
</style>