Shades of Bitter Lemon #CCCF2C
Tints of Bitter Lemon #CCCF2C
RGB
CMYK
RGB Variations
Color information
#CCCF2C (or 0xCCCF2C) is known color: Bitter Lemon. HEX triplet: CC, CF and 2C. RGB value is (204,207,44). Sum of RGB (Red+Green+Blue) = 204+207+44=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF2C is #3330D3. Grayscale: #BCBCBC. Windows color (decimal): -3354836 or 2936780. OLE color: 2936780.
HSL color Cylindrical-coordinate representation of color #CCCF2C: hue angle of 61.1º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCCF2C is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 44 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.19 |
| HSL | 61.1º | 0.65% | 0.49% | - |
| HSV(B) | 61.1º | 0.79% | 0.81% | - |
| XYZ | 47.67 | 57.64 | 11 | - |
| YUV | 187.52 | 47.01 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 44 | 0.01 | 0 | 0.79 | 0.19 | 61.1 | 0.65 | 0.49 |
| Hex | CC | CF | 2C | 1 | 0 | 4F | 13 | 3D | 41 | 31 |
| Octal | 314 | 317 | 54 | 1 | 0 | 117 | 23 | 75 | 101 | 61 |
| Binary | 11001100 | 11001111 | 101100 | 1 | 0 | 1001111 | 10011 | 111101 | 1000001 | 110001 |
Color Harmonies of #CCCF2C
Complementary color
Monochromatic Colors of #CCCF2C
Black with #CCCF2C
Text Example
Text Example
White with #CCCF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF2C; }
p { color: rgb(204,207,44); }
H1.HeaderClassName
{
color: #CCCF2C;
}
.AnyTagClassName
{
color: #CCCF2C;
}
</style>
background-color css
<style>
a { background-color: #CCCF2C; }
a { background-color: rgb(204,207,44); }
div.DivClassName
{
background-color: #CCCF2C;
}
.BgClassName
{
background-color: #CCCF2C;
}
</style>
border-color css
<style>
span { border-color: #CCCF2C; }
span { border-color: rgb(204,207,44); }
td.TdClassName
{
border-color: #CCCF2C;
}
.TagClassName
{
border-color: #CCCF2C;
}
</style>