Shades of Bitter Lemon #CCCF32
Tints of Bitter Lemon #CCCF32
RGB
CMYK
RGB Variations
Color information
#CCCF32 (or 0xCCCF32) is known color: Bitter Lemon. HEX triplet: CC, CF and 32. RGB value is (204,207,50). Sum of RGB (Red+Green+Blue) = 204+207+50=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF32 is #3330CD. Grayscale: #BCBCBC. Windows color (decimal): -3354830 or 3329996. OLE color: 3329996.
HSL color Cylindrical-coordinate representation of color #CCCF32: hue angle of 61.15º 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 #CCCF32 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 50 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.19 |
| HSL | 61.15º | 0.62% | 0.5% | - |
| HSV(B) | 61.15º | 0.76% | 0.81% | - |
| XYZ | 47.79 | 57.69 | 11.63 | - |
| YUV | 188.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 50 | 0.01 | 0 | 0.76 | 0.19 | 61.15 | 0.62 | 0.5 |
| Hex | CC | CF | 32 | 1 | 0 | 4C | 13 | 3D | 3E | 32 |
| Octal | 314 | 317 | 62 | 1 | 0 | 114 | 23 | 75 | 76 | 62 |
| Binary | 11001100 | 11001111 | 110010 | 1 | 0 | 1001100 | 10011 | 111101 | 111110 | 110010 |
Color Harmonies of #CCCF32
Complementary color
Monochromatic Colors of #CCCF32
Black with #CCCF32
Text Example
Text Example
White with #CCCF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF32; }
p { color: rgb(204,207,50); }
H1.HeaderClassName
{
color: #CCCF32;
}
.AnyTagClassName
{
color: #CCCF32;
}
</style>
background-color css
<style>
a { background-color: #CCCF32; }
a { background-color: rgb(204,207,50); }
div.DivClassName
{
background-color: #CCCF32;
}
.BgClassName
{
background-color: #CCCF32;
}
</style>
border-color css
<style>
span { border-color: #CCCF32; }
span { border-color: rgb(204,207,50); }
td.TdClassName
{
border-color: #CCCF32;
}
.TagClassName
{
border-color: #CCCF32;
}
</style>