Shades of Bitter Lemon #CCCE2E
Tints of Bitter Lemon #CCCE2E
RGB
CMYK
RGB Variations
Color information
#CCCE2E (or 0xCCCE2E) is known color: Bitter Lemon. HEX triplet: CC, CE and 2E. RGB value is (204,206,46). Sum of RGB (Red+Green+Blue) = 204+206+46=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE2E is #3331D1. Grayscale: #BBBBBB. Windows color (decimal): -3355090 or 3067596. OLE color: 3067596.
HSL color Cylindrical-coordinate representation of color #CCCE2E: hue angle of 60.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCCE2E is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 46 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.19 |
| HSL | 60.75º | 0.63% | 0.49% | - |
| HSV(B) | 60.75º | 0.78% | 0.81% | - |
| XYZ | 47.47 | 57.18 | 11.12 | - |
| YUV | 187.16 | 48.34 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 46 | 0.01 | 0 | 0.78 | 0.19 | 60.75 | 0.63 | 0.49 |
| Hex | CC | CE | 2E | 1 | 0 | 4E | 13 | 3D | 3F | 31 |
| Octal | 314 | 316 | 56 | 1 | 0 | 116 | 23 | 75 | 77 | 61 |
| Binary | 11001100 | 11001110 | 101110 | 1 | 0 | 1001110 | 10011 | 111101 | 111111 | 110001 |
Color Harmonies of #CCCE2E
Complementary color
Monochromatic Colors of #CCCE2E
Black with #CCCE2E
Text Example
Text Example
White with #CCCE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE2E; }
p { color: rgb(204,206,46); }
H1.HeaderClassName
{
color: #CCCE2E;
}
.AnyTagClassName
{
color: #CCCE2E;
}
</style>
background-color css
<style>
a { background-color: #CCCE2E; }
a { background-color: rgb(204,206,46); }
div.DivClassName
{
background-color: #CCCE2E;
}
.BgClassName
{
background-color: #CCCE2E;
}
</style>
border-color css
<style>
span { border-color: #CCCE2E; }
span { border-color: rgb(204,206,46); }
td.TdClassName
{
border-color: #CCCE2E;
}
.TagClassName
{
border-color: #CCCE2E;
}
</style>