Shades of Bitter Lemon #CCD137
Tints of Bitter Lemon #CCD137
RGB
CMYK
RGB Variations
Color information
#CCD137 (or 0xCCD137) is known color: Bitter Lemon. HEX triplet: CC, D1 and 37. RGB value is (204,209,55). Sum of RGB (Red+Green+Blue) = 204+209+55=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD137 is #332EC8. Grayscale: #BEBEBE. Windows color (decimal): -3354313 or 3658188. OLE color: 3658188.
HSL color Cylindrical-coordinate representation of color #CCD137: hue angle of 61.95º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCD137 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 55 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.18 |
| HSL | 61.95º | 0.63% | 0.52% | - |
| HSV(B) | 61.95º | 0.74% | 0.82% | - |
| XYZ | 48.39 | 58.71 | 12.4 | - |
| YUV | 189.95 | 51.84 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 55 | 0.02 | 0 | 0.74 | 0.18 | 61.95 | 0.63 | 0.52 |
| Hex | CC | D1 | 37 | 2 | 0 | 4A | 12 | 3E | 3F | 34 |
| Octal | 314 | 321 | 67 | 2 | 0 | 112 | 22 | 76 | 77 | 64 |
| Binary | 11001100 | 11010001 | 110111 | 10 | 0 | 1001010 | 10010 | 111110 | 111111 | 110100 |
Color Harmonies of #CCD137
Complementary color
Monochromatic Colors of #CCD137
Black with #CCD137
Text Example
Text Example
White with #CCD137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD137; }
p { color: rgb(204,209,55); }
H1.HeaderClassName
{
color: #CCD137;
}
.AnyTagClassName
{
color: #CCD137;
}
</style>
background-color css
<style>
a { background-color: #CCD137; }
a { background-color: rgb(204,209,55); }
div.DivClassName
{
background-color: #CCD137;
}
.BgClassName
{
background-color: #CCD137;
}
</style>
border-color css
<style>
span { border-color: #CCD137; }
span { border-color: rgb(204,209,55); }
td.TdClassName
{
border-color: #CCD137;
}
.TagClassName
{
border-color: #CCD137;
}
</style>