Shades of Bitter Lemon #CCD233
Tints of Bitter Lemon #CCD233
RGB
CMYK
RGB Variations
Color information
#CCD233 (or 0xCCD233) is known color: Bitter Lemon. HEX triplet: CC, D2 and 33. RGB value is (204,210,51). Sum of RGB (Red+Green+Blue) = 204+210+51=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD233 is #332DCC. Grayscale: #BEBEBE. Windows color (decimal): -3354061 or 3396300. OLE color: 3396300.
HSL color Cylindrical-coordinate representation of color #CCD233: hue angle of 62.26º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCD233 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 51 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.18 |
| HSL | 62.26º | 0.64% | 0.51% | - |
| HSV(B) | 62.26º | 0.76% | 0.82% | - |
| XYZ | 48.55 | 59.17 | 11.99 | - |
| YUV | 190.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 51 | 0.03 | 0 | 0.76 | 0.18 | 62.26 | 0.64 | 0.51 |
| Hex | CC | D2 | 33 | 3 | 0 | 4C | 12 | 3E | 40 | 33 |
| Octal | 314 | 322 | 63 | 3 | 0 | 114 | 22 | 76 | 100 | 63 |
| Binary | 11001100 | 11010010 | 110011 | 11 | 0 | 1001100 | 10010 | 111110 | 1000000 | 110011 |
Color Harmonies of #CCD233
Complementary color
Monochromatic Colors of #CCD233
Black with #CCD233
Text Example
Text Example
White with #CCD233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD233; }
p { color: rgb(204,210,51); }
H1.HeaderClassName
{
color: #CCD233;
}
.AnyTagClassName
{
color: #CCD233;
}
</style>
background-color css
<style>
a { background-color: #CCD233; }
a { background-color: rgb(204,210,51); }
div.DivClassName
{
background-color: #CCD233;
}
.BgClassName
{
background-color: #CCD233;
}
</style>
border-color css
<style>
span { border-color: #CCD233; }
span { border-color: rgb(204,210,51); }
td.TdClassName
{
border-color: #CCD233;
}
.TagClassName
{
border-color: #CCD233;
}
</style>