Shades of Bitter Lemon #CCCF2E
Tints of Bitter Lemon #CCCF2E
RGB
CMYK
RGB Variations
Color information
#CCCF2E (or 0xCCCF2E) is known color: Bitter Lemon. HEX triplet: CC, CF and 2E. RGB value is (204,207,46). Sum of RGB (Red+Green+Blue) = 204+207+46=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF2E is #3330D1. Grayscale: #BCBCBC. Windows color (decimal): -3354834 or 3067852. OLE color: 3067852.
HSL color Cylindrical-coordinate representation of color #CCCF2E: hue angle of 61.12º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCCF2E is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 46 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.19 |
| HSL | 61.12º | 0.64% | 0.5% | - |
| HSV(B) | 61.12º | 0.78% | 0.81% | - |
| XYZ | 47.71 | 57.66 | 11.2 | - |
| YUV | 187.75 | 48.01 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 46 | 0.01 | 0 | 0.78 | 0.19 | 61.12 | 0.64 | 0.5 |
| Hex | CC | CF | 2E | 1 | 0 | 4E | 13 | 3D | 40 | 32 |
| Octal | 314 | 317 | 56 | 1 | 0 | 116 | 23 | 75 | 100 | 62 |
| Binary | 11001100 | 11001111 | 101110 | 1 | 0 | 1001110 | 10011 | 111101 | 1000000 | 110010 |
Color Harmonies of #CCCF2E
Complementary color
Monochromatic Colors of #CCCF2E
Black with #CCCF2E
Text Example
Text Example
White with #CCCF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF2E; }
p { color: rgb(204,207,46); }
H1.HeaderClassName
{
color: #CCCF2E;
}
.AnyTagClassName
{
color: #CCCF2E;
}
</style>
background-color css
<style>
a { background-color: #CCCF2E; }
a { background-color: rgb(204,207,46); }
div.DivClassName
{
background-color: #CCCF2E;
}
.BgClassName
{
background-color: #CCCF2E;
}
</style>
border-color css
<style>
span { border-color: #CCCF2E; }
span { border-color: rgb(204,207,46); }
td.TdClassName
{
border-color: #CCCF2E;
}
.TagClassName
{
border-color: #CCCF2E;
}
</style>