Shades of Bitter Lemon #CCCE31
Tints of Bitter Lemon #CCCE31
RGB
CMYK
RGB Variations
Color information
#CCCE31 (or 0xCCCE31) is known color: Bitter Lemon. HEX triplet: CC, CE and 31. RGB value is (204,206,49). Sum of RGB (Red+Green+Blue) = 204+206+49=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE31 is #3331CE. Grayscale: #BCBCBC. Windows color (decimal): -3355087 or 3264204. OLE color: 3264204.
HSL color Cylindrical-coordinate representation of color #CCCE31: hue angle of 60.76º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCCE31 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 49 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.19 |
| HSL | 60.76º | 0.62% | 0.5% | - |
| HSV(B) | 60.76º | 0.76% | 0.81% | - |
| XYZ | 47.53 | 57.2 | 11.44 | - |
| YUV | 187.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 49 | 0.01 | 0 | 0.76 | 0.19 | 60.76 | 0.62 | 0.5 |
| Hex | CC | CE | 31 | 1 | 0 | 4C | 13 | 3D | 3E | 32 |
| Octal | 314 | 316 | 61 | 1 | 0 | 114 | 23 | 75 | 76 | 62 |
| Binary | 11001100 | 11001110 | 110001 | 1 | 0 | 1001100 | 10011 | 111101 | 111110 | 110010 |
Color Harmonies of #CCCE31
Complementary color
Monochromatic Colors of #CCCE31
Black with #CCCE31
Text Example
Text Example
White with #CCCE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE31; }
p { color: rgb(204,206,49); }
H1.HeaderClassName
{
color: #CCCE31;
}
.AnyTagClassName
{
color: #CCCE31;
}
</style>
background-color css
<style>
a { background-color: #CCCE31; }
a { background-color: rgb(204,206,49); }
div.DivClassName
{
background-color: #CCCE31;
}
.BgClassName
{
background-color: #CCCE31;
}
</style>
border-color css
<style>
span { border-color: #CCCE31; }
span { border-color: rgb(204,206,49); }
td.TdClassName
{
border-color: #CCCE31;
}
.TagClassName
{
border-color: #CCCE31;
}
</style>