Shades of Bitter Lemon #CECE33
Tints of Bitter Lemon #CECE33
RGB
CMYK
RGB Variations
Color information
#CECE33 (or 0xCECE33) is known color: Bitter Lemon. HEX triplet: CE, CE and 33. RGB value is (206,206,51). Sum of RGB (Red+Green+Blue) = 206+206+51=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 51 (20.31% from 255 or 11.02% from 463); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE33 is #3131CC. Grayscale: #BCBCBC. Windows color (decimal): -3224013 or 3395278. OLE color: 3395278.
HSL color Cylindrical-coordinate representation of color #CECE33: hue angle of 60º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CECE33 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 51 | - |
| CMYK | 0 | 0 | 0.75 | 0.19 |
| HSL | 60º | 0.61% | 0.5% | - |
| HSV(B) | 60º | 0.75% | 0.81% | - |
| XYZ | 48.12 | 57.5 | 11.69 | - |
| YUV | 188.33 | 50.5 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 51 | 0 | 0 | 0.75 | 0.19 | 60 | 0.61 | 0.5 |
| Hex | CE | CE | 33 | 0 | 0 | 4B | 13 | 3C | 3D | 32 |
| Octal | 316 | 316 | 63 | 0 | 0 | 113 | 23 | 74 | 75 | 62 |
| Binary | 11001110 | 11001110 | 110011 | 0 | 0 | 1001011 | 10011 | 111100 | 111101 | 110010 |
Color Harmonies of #CECE33
Complementary color
Monochromatic Colors of #CECE33
Black with #CECE33
Text Example
Text Example
White with #CECE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE33; }
p { color: rgb(206,206,51); }
H1.HeaderClassName
{
color: #CECE33;
}
.AnyTagClassName
{
color: #CECE33;
}
</style>
background-color css
<style>
a { background-color: #CECE33; }
a { background-color: rgb(206,206,51); }
div.DivClassName
{
background-color: #CECE33;
}
.BgClassName
{
background-color: #CECE33;
}
</style>
border-color css
<style>
span { border-color: #CECE33; }
span { border-color: rgb(206,206,51); }
td.TdClassName
{
border-color: #CECE33;
}
.TagClassName
{
border-color: #CECE33;
}
</style>