Shades of Bitter Lemon #CCCF33
Tints of Bitter Lemon #CCCF33
RGB
CMYK
RGB Variations
Color information
#CCCF33 (or 0xCCCF33) is known color: Bitter Lemon. HEX triplet: CC, CF and 33. RGB value is (204,207,51). Sum of RGB (Red+Green+Blue) = 204+207+51=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF33 is #3330CC. Grayscale: #BCBCBC. Windows color (decimal): -3354829 or 3395532. OLE color: 3395532.
HSL color Cylindrical-coordinate representation of color #CCCF33: hue angle of 61.15º degrees, saturation: 0.62, 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 #CCCF33 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 51 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.19 |
| HSL | 61.15º | 0.62% | 0.51% | - |
| HSV(B) | 61.15º | 0.75% | 0.81% | - |
| XYZ | 47.81 | 57.7 | 11.75 | - |
| YUV | 188.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 51 | 0.01 | 0 | 0.75 | 0.19 | 61.15 | 0.62 | 0.51 |
| Hex | CC | CF | 33 | 1 | 0 | 4B | 13 | 3D | 3E | 33 |
| Octal | 314 | 317 | 63 | 1 | 0 | 113 | 23 | 75 | 76 | 63 |
| Binary | 11001100 | 11001111 | 110011 | 1 | 0 | 1001011 | 10011 | 111101 | 111110 | 110011 |
Color Harmonies of #CCCF33
Complementary color
Monochromatic Colors of #CCCF33
Black with #CCCF33
Text Example
Text Example
White with #CCCF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF33; }
p { color: rgb(204,207,51); }
H1.HeaderClassName
{
color: #CCCF33;
}
.AnyTagClassName
{
color: #CCCF33;
}
</style>
background-color css
<style>
a { background-color: #CCCF33; }
a { background-color: rgb(204,207,51); }
div.DivClassName
{
background-color: #CCCF33;
}
.BgClassName
{
background-color: #CCCF33;
}
</style>
border-color css
<style>
span { border-color: #CCCF33; }
span { border-color: rgb(204,207,51); }
td.TdClassName
{
border-color: #CCCF33;
}
.TagClassName
{
border-color: #CCCF33;
}
</style>