Shades of Bitter Lemon #CCD52C
Tints of Bitter Lemon #CCD52C
RGB
CMYK
RGB Variations
Color information
#CCD52C (or 0xCCD52C) is known color: Bitter Lemon. HEX triplet: CC, D5 and 2C. RGB value is (204,213,44). Sum of RGB (Red+Green+Blue) = 204+213+44=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD52C is #332AD3. Grayscale: #BFBFBF. Windows color (decimal): -3353300 or 2938316. OLE color: 2938316.
HSL color Cylindrical-coordinate representation of color #CCD52C: hue angle of 63.2º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCD52C is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 44 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.16 |
| HSL | 63.2º | 0.67% | 0.5% | - |
| HSV(B) | 63.2º | 0.79% | 0.84% | - |
| XYZ | 49.15 | 60.61 | 11.49 | - |
| YUV | 191.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 44 | 0.04 | 0 | 0.79 | 0.16 | 63.2 | 0.67 | 0.5 |
| Hex | CC | D5 | 2C | 4 | 0 | 4F | 10 | 3F | 43 | 32 |
| Octal | 314 | 325 | 54 | 4 | 0 | 117 | 20 | 77 | 103 | 62 |
| Binary | 11001100 | 11010101 | 101100 | 100 | 0 | 1001111 | 10000 | 111111 | 1000011 | 110010 |
Color Harmonies of #CCD52C
Complementary color
Monochromatic Colors of #CCD52C
Black with #CCD52C
Text Example
Text Example
White with #CCD52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD52C; }
p { color: rgb(204,213,44); }
H1.HeaderClassName
{
color: #CCD52C;
}
.AnyTagClassName
{
color: #CCD52C;
}
</style>
background-color css
<style>
a { background-color: #CCD52C; }
a { background-color: rgb(204,213,44); }
div.DivClassName
{
background-color: #CCD52C;
}
.BgClassName
{
background-color: #CCD52C;
}
</style>
border-color css
<style>
span { border-color: #CCD52C; }
span { border-color: rgb(204,213,44); }
td.TdClassName
{
border-color: #CCD52C;
}
.TagClassName
{
border-color: #CCD52C;
}
</style>