Shades of Bitter Lemon #CCD72B
Tints of Bitter Lemon #CCD72B
RGB
CMYK
RGB Variations
Color information
#CCD72B (or 0xCCD72B) is known color: Bitter Lemon. HEX triplet: CC, D7 and 2B. RGB value is (204,215,43). Sum of RGB (Red+Green+Blue) = 204+215+43=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD72B is #3328D4. Grayscale: #C0C0C0. Windows color (decimal): -3352789 or 2873292. OLE color: 2873292.
HSL color Cylindrical-coordinate representation of color #CCD72B: hue angle of 63.84º 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 #CCD72B is Cyan = 0.05, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 43 | - |
| CMYK | 0.05 | 0 | 0.8 | 0.16 |
| HSL | 63.84º | 0.68% | 0.51% | - |
| HSV(B) | 63.84º | 0.8% | 0.84% | - |
| XYZ | 49.64 | 61.61 | 11.56 | - |
| YUV | 192.1 | 43.86 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 43 | 0.05 | 0 | 0.8 | 0.16 | 63.84 | 0.68 | 0.51 |
| Hex | CC | D7 | 2B | 5 | 0 | 50 | 10 | 40 | 44 | 33 |
| Octal | 314 | 327 | 53 | 5 | 0 | 120 | 20 | 100 | 104 | 63 |
| Binary | 11001100 | 11010111 | 101011 | 101 | 0 | 1010000 | 10000 | 1000000 | 1000100 | 110011 |
Color Harmonies of #CCD72B
Complementary color
Monochromatic Colors of #CCD72B
Black with #CCD72B
Text Example
Text Example
White with #CCD72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD72B; }
p { color: rgb(204,215,43); }
H1.HeaderClassName
{
color: #CCD72B;
}
.AnyTagClassName
{
color: #CCD72B;
}
</style>
background-color css
<style>
a { background-color: #CCD72B; }
a { background-color: rgb(204,215,43); }
div.DivClassName
{
background-color: #CCD72B;
}
.BgClassName
{
background-color: #CCD72B;
}
</style>
border-color css
<style>
span { border-color: #CCD72B; }
span { border-color: rgb(204,215,43); }
td.TdClassName
{
border-color: #CCD72B;
}
.TagClassName
{
border-color: #CCD72B;
}
</style>