Shades of Bitter Lemon #CCD42E
Tints of Bitter Lemon #CCD42E
RGB
CMYK
RGB Variations
Color information
#CCD42E (or 0xCCD42E) is known color: Bitter Lemon. HEX triplet: CC, D4 and 2E. RGB value is (204,212,46). Sum of RGB (Red+Green+Blue) = 204+212+46=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 46 (18.36% from 255 or 9.96% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD42E is #332BD1. Grayscale: #BFBFBF. Windows color (decimal): -3353554 or 3069132. OLE color: 3069132.
HSL color Cylindrical-coordinate representation of color #CCD42E: hue angle of 62.89º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCD42E is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 46 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.17 |
| HSL | 62.89º | 0.66% | 0.51% | - |
| HSV(B) | 62.89º | 0.78% | 0.83% | - |
| XYZ | 48.94 | 60.12 | 11.61 | - |
| YUV | 190.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 46 | 0.04 | 0 | 0.78 | 0.17 | 62.89 | 0.66 | 0.51 |
| Hex | CC | D4 | 2E | 4 | 0 | 4E | 11 | 3F | 42 | 33 |
| Octal | 314 | 324 | 56 | 4 | 0 | 116 | 21 | 77 | 102 | 63 |
| Binary | 11001100 | 11010100 | 101110 | 100 | 0 | 1001110 | 10001 | 111111 | 1000010 | 110011 |
Color Harmonies of #CCD42E
Complementary color
Monochromatic Colors of #CCD42E
Black with #CCD42E
Text Example
Text Example
White with #CCD42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD42E; }
p { color: rgb(204,212,46); }
H1.HeaderClassName
{
color: #CCD42E;
}
.AnyTagClassName
{
color: #CCD42E;
}
</style>
background-color css
<style>
a { background-color: #CCD42E; }
a { background-color: rgb(204,212,46); }
div.DivClassName
{
background-color: #CCD42E;
}
.BgClassName
{
background-color: #CCD42E;
}
</style>
border-color css
<style>
span { border-color: #CCD42E; }
span { border-color: rgb(204,212,46); }
td.TdClassName
{
border-color: #CCD42E;
}
.TagClassName
{
border-color: #CCD42E;
}
</style>