Shades of Bitter Lemon #CCD42D
Tints of Bitter Lemon #CCD42D
RGB
CMYK
RGB Variations
Color information
#CCD42D (or 0xCCD42D) is known color: Bitter Lemon. HEX triplet: CC, D4 and 2D. RGB value is (204,212,45). Sum of RGB (Red+Green+Blue) = 204+212+45=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD42D is #332BD2. Grayscale: #BFBFBF. Windows color (decimal): -3353555 or 3003596. OLE color: 3003596.
HSL color Cylindrical-coordinate representation of color #CCD42D: hue angle of 62.87º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCD42D is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 45 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.17 |
| HSL | 62.87º | 0.66% | 0.5% | - |
| HSV(B) | 62.87º | 0.79% | 0.83% | - |
| XYZ | 48.92 | 60.11 | 11.51 | - |
| YUV | 190.57 | 45.85 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 45 | 0.04 | 0 | 0.79 | 0.17 | 62.87 | 0.66 | 0.5 |
| Hex | CC | D4 | 2D | 4 | 0 | 4F | 11 | 3F | 42 | 32 |
| Octal | 314 | 324 | 55 | 4 | 0 | 117 | 21 | 77 | 102 | 62 |
| Binary | 11001100 | 11010100 | 101101 | 100 | 0 | 1001111 | 10001 | 111111 | 1000010 | 110010 |
Color Harmonies of #CCD42D
Complementary color
Monochromatic Colors of #CCD42D
Black with #CCD42D
Text Example
Text Example
White with #CCD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD42D; }
p { color: rgb(204,212,45); }
H1.HeaderClassName
{
color: #CCD42D;
}
.AnyTagClassName
{
color: #CCD42D;
}
</style>
background-color css
<style>
a { background-color: #CCD42D; }
a { background-color: rgb(204,212,45); }
div.DivClassName
{
background-color: #CCD42D;
}
.BgClassName
{
background-color: #CCD42D;
}
</style>
border-color css
<style>
span { border-color: #CCD42D; }
span { border-color: rgb(204,212,45); }
td.TdClassName
{
border-color: #CCD42D;
}
.TagClassName
{
border-color: #CCD42D;
}
</style>