Shades of Bitter Lemon #CCD735
Tints of Bitter Lemon #CCD735
RGB
CMYK
RGB Variations
Color information
#CCD735 (or 0xCCD735) is known color: Bitter Lemon. HEX triplet: CC, D7 and 35. RGB value is (204,215,53). Sum of RGB (Red+Green+Blue) = 204+215+53=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD735 is #3328CA. Grayscale: #C1C1C1. Windows color (decimal): -3352779 or 3528652. OLE color: 3528652.
HSL color Cylindrical-coordinate representation of color #CCD735: hue angle of 64.07º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCD735 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 53 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.16 |
| HSL | 64.07º | 0.67% | 0.53% | - |
| HSV(B) | 64.07º | 0.75% | 0.84% | - |
| XYZ | 49.84 | 61.7 | 12.65 | - |
| YUV | 193.24 | 48.86 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 53 | 0.05 | 0 | 0.75 | 0.16 | 64.07 | 0.67 | 0.53 |
| Hex | CC | D7 | 35 | 5 | 0 | 4B | 10 | 40 | 43 | 35 |
| Octal | 314 | 327 | 65 | 5 | 0 | 113 | 20 | 100 | 103 | 65 |
| Binary | 11001100 | 11010111 | 110101 | 101 | 0 | 1001011 | 10000 | 1000000 | 1000011 | 110101 |
Color Harmonies of #CCD735
Complementary color
Monochromatic Colors of #CCD735
Black with #CCD735
Text Example
Text Example
White with #CCD735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD735; }
p { color: rgb(204,215,53); }
H1.HeaderClassName
{
color: #CCD735;
}
.AnyTagClassName
{
color: #CCD735;
}
</style>
background-color css
<style>
a { background-color: #CCD735; }
a { background-color: rgb(204,215,53); }
div.DivClassName
{
background-color: #CCD735;
}
.BgClassName
{
background-color: #CCD735;
}
</style>
border-color css
<style>
span { border-color: #CCD735; }
span { border-color: rgb(204,215,53); }
td.TdClassName
{
border-color: #CCD735;
}
.TagClassName
{
border-color: #CCD735;
}
</style>