Shades of Bitter Lemon #CCD12F
Tints of Bitter Lemon #CCD12F
RGB
CMYK
RGB Variations
Color information
#CCD12F (or 0xCCD12F) is known color: Bitter Lemon. HEX triplet: CC, D1 and 2F. RGB value is (204,209,47). Sum of RGB (Red+Green+Blue) = 204+209+47=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD12F is #332ED0. Grayscale: #BDBDBD. Windows color (decimal): -3354321 or 3133900. OLE color: 3133900.
HSL color Cylindrical-coordinate representation of color #CCD12F: hue angle of 61.85º degrees, saturation: 0.64, 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 #CCD12F is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 47 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.18 |
| HSL | 61.85º | 0.64% | 0.5% | - |
| HSV(B) | 61.85º | 0.78% | 0.82% | - |
| XYZ | 48.22 | 58.64 | 11.47 | - |
| YUV | 189.04 | 47.84 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 47 | 0.02 | 0 | 0.78 | 0.18 | 61.85 | 0.64 | 0.5 |
| Hex | CC | D1 | 2F | 2 | 0 | 4E | 12 | 3E | 40 | 32 |
| Octal | 314 | 321 | 57 | 2 | 0 | 116 | 22 | 76 | 100 | 62 |
| Binary | 11001100 | 11010001 | 101111 | 10 | 0 | 1001110 | 10010 | 111110 | 1000000 | 110010 |
Color Harmonies of #CCD12F
Complementary color
Monochromatic Colors of #CCD12F
Black with #CCD12F
Text Example
Text Example
White with #CCD12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD12F; }
p { color: rgb(204,209,47); }
H1.HeaderClassName
{
color: #CCD12F;
}
.AnyTagClassName
{
color: #CCD12F;
}
</style>
background-color css
<style>
a { background-color: #CCD12F; }
a { background-color: rgb(204,209,47); }
div.DivClassName
{
background-color: #CCD12F;
}
.BgClassName
{
background-color: #CCD12F;
}
</style>
border-color css
<style>
span { border-color: #CCD12F; }
span { border-color: rgb(204,209,47); }
td.TdClassName
{
border-color: #CCD12F;
}
.TagClassName
{
border-color: #CCD12F;
}
</style>