Shades of Bitter Lemon #CCCE34
Tints of Bitter Lemon #CCCE34
RGB
CMYK
RGB Variations
Color information
#CCCE34 (or 0xCCCE34) is known color: Bitter Lemon. HEX triplet: CC, CE and 34. RGB value is (204,206,52). Sum of RGB (Red+Green+Blue) = 204+206+52=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 52 (20.70% from 255 or 11.26% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE34 is #3331CB. Grayscale: #BCBCBC. Windows color (decimal): -3355084 or 3460812. OLE color: 3460812.
HSL color Cylindrical-coordinate representation of color #CCCE34: hue angle of 60.78º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCCE34 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 52 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.19 |
| HSL | 60.78º | 0.61% | 0.51% | - |
| HSV(B) | 60.78º | 0.75% | 0.81% | - |
| XYZ | 47.59 | 57.23 | 11.79 | - |
| YUV | 187.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 52 | 0.01 | 0 | 0.75 | 0.19 | 60.78 | 0.61 | 0.51 |
| Hex | CC | CE | 34 | 1 | 0 | 4B | 13 | 3D | 3D | 33 |
| Octal | 314 | 316 | 64 | 1 | 0 | 113 | 23 | 75 | 75 | 63 |
| Binary | 11001100 | 11001110 | 110100 | 1 | 0 | 1001011 | 10011 | 111101 | 111101 | 110011 |
Color Harmonies of #CCCE34
Complementary color
Monochromatic Colors of #CCCE34
Black with #CCCE34
Text Example
Text Example
White with #CCCE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE34; }
p { color: rgb(204,206,52); }
H1.HeaderClassName
{
color: #CCCE34;
}
.AnyTagClassName
{
color: #CCCE34;
}
</style>
background-color css
<style>
a { background-color: #CCCE34; }
a { background-color: rgb(204,206,52); }
div.DivClassName
{
background-color: #CCCE34;
}
.BgClassName
{
background-color: #CCCE34;
}
</style>
border-color css
<style>
span { border-color: #CCCE34; }
span { border-color: rgb(204,206,52); }
td.TdClassName
{
border-color: #CCCE34;
}
.TagClassName
{
border-color: #CCCE34;
}
</style>