Shades of Bitter Lemon #CCD036
Tints of Bitter Lemon #CCD036
RGB
CMYK
RGB Variations
Color information
#CCD036 (or 0xCCD036) is known color: Bitter Lemon. HEX triplet: CC, D0 and 36. RGB value is (204,208,54). Sum of RGB (Red+Green+Blue) = 204+208+54=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 54 (21.48% from 255 or 11.59% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD036 is #332FC9. Grayscale: #BDBDBD. Windows color (decimal): -3354570 or 3592396. OLE color: 3592396.
HSL color Cylindrical-coordinate representation of color #CCD036: hue angle of 61.56º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCD036 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 54 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.18 |
| HSL | 61.56º | 0.62% | 0.51% | - |
| HSV(B) | 61.56º | 0.74% | 0.82% | - |
| XYZ | 48.12 | 58.22 | 12.19 | - |
| YUV | 189.25 | 51.67 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 54 | 0.02 | 0 | 0.74 | 0.18 | 61.56 | 0.62 | 0.51 |
| Hex | CC | D0 | 36 | 2 | 0 | 4A | 12 | 3E | 3E | 33 |
| Octal | 314 | 320 | 66 | 2 | 0 | 112 | 22 | 76 | 76 | 63 |
| Binary | 11001100 | 11010000 | 110110 | 10 | 0 | 1001010 | 10010 | 111110 | 111110 | 110011 |
Color Harmonies of #CCD036
Complementary color
Monochromatic Colors of #CCD036
Black with #CCD036
Text Example
Text Example
White with #CCD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD036; }
p { color: rgb(204,208,54); }
H1.HeaderClassName
{
color: #CCD036;
}
.AnyTagClassName
{
color: #CCD036;
}
</style>
background-color css
<style>
a { background-color: #CCD036; }
a { background-color: rgb(204,208,54); }
div.DivClassName
{
background-color: #CCD036;
}
.BgClassName
{
background-color: #CCD036;
}
</style>
border-color css
<style>
span { border-color: #CCD036; }
span { border-color: rgb(204,208,54); }
td.TdClassName
{
border-color: #CCD036;
}
.TagClassName
{
border-color: #CCD036;
}
</style>