Shades of Bitter Lemon #CCD52D
Tints of Bitter Lemon #CCD52D
RGB
CMYK
RGB Variations
Color information
#CCD52D (or 0xCCD52D) is known color: Bitter Lemon. HEX triplet: CC, D5 and 2D. RGB value is (204,213,45). Sum of RGB (Red+Green+Blue) = 204+213+45=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD52D is #332AD2. Grayscale: #BFBFBF. Windows color (decimal): -3353299 or 3003852. OLE color: 3003852.
HSL color Cylindrical-coordinate representation of color #CCD52D: hue angle of 63.21º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCD52D is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 45 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.16 |
| HSL | 63.21º | 0.67% | 0.51% | - |
| HSV(B) | 63.21º | 0.79% | 0.84% | - |
| XYZ | 49.17 | 60.62 | 11.59 | - |
| YUV | 191.16 | 45.52 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 45 | 0.04 | 0 | 0.79 | 0.16 | 63.21 | 0.67 | 0.51 |
| Hex | CC | D5 | 2D | 4 | 0 | 4F | 10 | 3F | 43 | 33 |
| Octal | 314 | 325 | 55 | 4 | 0 | 117 | 20 | 77 | 103 | 63 |
| Binary | 11001100 | 11010101 | 101101 | 100 | 0 | 1001111 | 10000 | 111111 | 1000011 | 110011 |
Color Harmonies of #CCD52D
Complementary color
Monochromatic Colors of #CCD52D
Black with #CCD52D
Text Example
Text Example
White with #CCD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD52D; }
p { color: rgb(204,213,45); }
H1.HeaderClassName
{
color: #CCD52D;
}
.AnyTagClassName
{
color: #CCD52D;
}
</style>
background-color css
<style>
a { background-color: #CCD52D; }
a { background-color: rgb(204,213,45); }
div.DivClassName
{
background-color: #CCD52D;
}
.BgClassName
{
background-color: #CCD52D;
}
</style>
border-color css
<style>
span { border-color: #CCD52D; }
span { border-color: rgb(204,213,45); }
td.TdClassName
{
border-color: #CCD52D;
}
.TagClassName
{
border-color: #CCD52D;
}
</style>