Shades of Bitter Lemon #CCD337
Tints of Bitter Lemon #CCD337
RGB
CMYK
RGB Variations
Color information
#CCD337 (or 0xCCD337) is known color: Bitter Lemon. HEX triplet: CC, D3 and 37. RGB value is (204,211,55). Sum of RGB (Red+Green+Blue) = 204+211+55=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD337 is #332CC8. Grayscale: #BFBFBF. Windows color (decimal): -3353801 or 3658700. OLE color: 3658700.
HSL color Cylindrical-coordinate representation of color #CCD337: hue angle of 62.69º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCD337 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 55 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.17 |
| HSL | 62.69º | 0.64% | 0.52% | - |
| HSV(B) | 62.69º | 0.74% | 0.83% | - |
| XYZ | 48.89 | 59.7 | 12.56 | - |
| YUV | 191.12 | 51.18 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 55 | 0.03 | 0 | 0.74 | 0.17 | 62.69 | 0.64 | 0.52 |
| Hex | CC | D3 | 37 | 3 | 0 | 4A | 11 | 3F | 40 | 34 |
| Octal | 314 | 323 | 67 | 3 | 0 | 112 | 21 | 77 | 100 | 64 |
| Binary | 11001100 | 11010011 | 110111 | 11 | 0 | 1001010 | 10001 | 111111 | 1000000 | 110100 |
Color Harmonies of #CCD337
Complementary color
Monochromatic Colors of #CCD337
Black with #CCD337
Text Example
Text Example
White with #CCD337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD337; }
p { color: rgb(204,211,55); }
H1.HeaderClassName
{
color: #CCD337;
}
.AnyTagClassName
{
color: #CCD337;
}
</style>
background-color css
<style>
a { background-color: #CCD337; }
a { background-color: rgb(204,211,55); }
div.DivClassName
{
background-color: #CCD337;
}
.BgClassName
{
background-color: #CCD337;
}
</style>
border-color css
<style>
span { border-color: #CCD337; }
span { border-color: rgb(204,211,55); }
td.TdClassName
{
border-color: #CCD337;
}
.TagClassName
{
border-color: #CCD337;
}
</style>