Shades of Bitter Lemon #CCD72E
Tints of Bitter Lemon #CCD72E
RGB
CMYK
RGB Variations
Color information
#CCD72E (or 0xCCD72E) is known color: Bitter Lemon. HEX triplet: CC, D7 and 2E. RGB value is (204,215,46). Sum of RGB (Red+Green+Blue) = 204+215+46=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD72E is #3328D1. Grayscale: #C1C1C1. Windows color (decimal): -3352786 or 3069900. OLE color: 3069900.
HSL color Cylindrical-coordinate representation of color #CCD72E: hue angle of 63.91º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCD72E is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 46 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.16 |
| HSL | 63.91º | 0.68% | 0.51% | - |
| HSV(B) | 63.91º | 0.79% | 0.84% | - |
| XYZ | 49.7 | 61.64 | 11.86 | - |
| YUV | 192.45 | 45.36 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 46 | 0.05 | 0 | 0.79 | 0.16 | 63.91 | 0.68 | 0.51 |
| Hex | CC | D7 | 2E | 5 | 0 | 4F | 10 | 40 | 44 | 33 |
| Octal | 314 | 327 | 56 | 5 | 0 | 117 | 20 | 100 | 104 | 63 |
| Binary | 11001100 | 11010111 | 101110 | 101 | 0 | 1001111 | 10000 | 1000000 | 1000100 | 110011 |
Color Harmonies of #CCD72E
Complementary color
Monochromatic Colors of #CCD72E
Black with #CCD72E
Text Example
Text Example
White with #CCD72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD72E; }
p { color: rgb(204,215,46); }
H1.HeaderClassName
{
color: #CCD72E;
}
.AnyTagClassName
{
color: #CCD72E;
}
</style>
background-color css
<style>
a { background-color: #CCD72E; }
a { background-color: rgb(204,215,46); }
div.DivClassName
{
background-color: #CCD72E;
}
.BgClassName
{
background-color: #CCD72E;
}
</style>
border-color css
<style>
span { border-color: #CCD72E; }
span { border-color: rgb(204,215,46); }
td.TdClassName
{
border-color: #CCD72E;
}
.TagClassName
{
border-color: #CCD72E;
}
</style>