Shades of Bitter Lemon #CCD235
Tints of Bitter Lemon #CCD235
RGB
CMYK
RGB Variations
Color information
#CCD235 (or 0xCCD235) is known color: Bitter Lemon. HEX triplet: CC, D2 and 35. RGB value is (204,210,53). Sum of RGB (Red+Green+Blue) = 204+210+53=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD235 is #332DCA. Grayscale: #BEBEBE. Windows color (decimal): -3354059 or 3527372. OLE color: 3527372.
HSL color Cylindrical-coordinate representation of color #CCD235: hue angle of 62.29º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCD235 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 53 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.18 |
| HSL | 62.29º | 0.64% | 0.52% | - |
| HSV(B) | 62.29º | 0.75% | 0.82% | - |
| XYZ | 48.59 | 59.19 | 12.23 | - |
| YUV | 190.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 53 | 0.03 | 0 | 0.75 | 0.18 | 62.29 | 0.64 | 0.52 |
| Hex | CC | D2 | 35 | 3 | 0 | 4B | 12 | 3E | 40 | 34 |
| Octal | 314 | 322 | 65 | 3 | 0 | 113 | 22 | 76 | 100 | 64 |
| Binary | 11001100 | 11010010 | 110101 | 11 | 0 | 1001011 | 10010 | 111110 | 1000000 | 110100 |
Color Harmonies of #CCD235
Complementary color
Monochromatic Colors of #CCD235
Black with #CCD235
Text Example
Text Example
White with #CCD235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD235; }
p { color: rgb(204,210,53); }
H1.HeaderClassName
{
color: #CCD235;
}
.AnyTagClassName
{
color: #CCD235;
}
</style>
background-color css
<style>
a { background-color: #CCD235; }
a { background-color: rgb(204,210,53); }
div.DivClassName
{
background-color: #CCD235;
}
.BgClassName
{
background-color: #CCD235;
}
</style>
border-color css
<style>
span { border-color: #CCD235; }
span { border-color: rgb(204,210,53); }
td.TdClassName
{
border-color: #CCD235;
}
.TagClassName
{
border-color: #CCD235;
}
</style>