Shades of Bitter Lemon #CCD12D
Tints of Bitter Lemon #CCD12D
RGB
CMYK
RGB Variations
Color information
#CCD12D (or 0xCCD12D) is known color: Bitter Lemon. HEX triplet: CC, D1 and 2D. RGB value is (204,209,45). Sum of RGB (Red+Green+Blue) = 204+209+45=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD12D is #332ED2. Grayscale: #BDBDBD. Windows color (decimal): -3354323 or 3002828. OLE color: 3002828.
HSL color Cylindrical-coordinate representation of color #CCD12D: hue angle of 61.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCD12D is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 45 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.18 |
| HSL | 61.83º | 0.65% | 0.5% | - |
| HSV(B) | 61.83º | 0.78% | 0.82% | - |
| XYZ | 48.18 | 58.63 | 11.26 | - |
| YUV | 188.81 | 46.84 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 45 | 0.02 | 0 | 0.78 | 0.18 | 61.83 | 0.65 | 0.5 |
| Hex | CC | D1 | 2D | 2 | 0 | 4E | 12 | 3E | 41 | 32 |
| Octal | 314 | 321 | 55 | 2 | 0 | 116 | 22 | 76 | 101 | 62 |
| Binary | 11001100 | 11010001 | 101101 | 10 | 0 | 1001110 | 10010 | 111110 | 1000001 | 110010 |
Color Harmonies of #CCD12D
Complementary color
Monochromatic Colors of #CCD12D
Black with #CCD12D
Text Example
Text Example
White with #CCD12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD12D; }
p { color: rgb(204,209,45); }
H1.HeaderClassName
{
color: #CCD12D;
}
.AnyTagClassName
{
color: #CCD12D;
}
</style>
background-color css
<style>
a { background-color: #CCD12D; }
a { background-color: rgb(204,209,45); }
div.DivClassName
{
background-color: #CCD12D;
}
.BgClassName
{
background-color: #CCD12D;
}
</style>
border-color css
<style>
span { border-color: #CCD12D; }
span { border-color: rgb(204,209,45); }
td.TdClassName
{
border-color: #CCD12D;
}
.TagClassName
{
border-color: #CCD12D;
}
</style>