Shades of Bitter Lemon #CCD52F
Tints of Bitter Lemon #CCD52F
RGB
CMYK
RGB Variations
Color information
#CCD52F (or 0xCCD52F) is known color: Bitter Lemon. HEX triplet: CC, D5 and 2F. RGB value is (204,213,47). Sum of RGB (Red+Green+Blue) = 204+213+47=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD52F is #332AD0. Grayscale: #C0C0C0. Windows color (decimal): -3353297 or 3134924. OLE color: 3134924.
HSL color Cylindrical-coordinate representation of color #CCD52F: hue angle of 63.25º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCD52F is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 47 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.16 |
| HSL | 63.25º | 0.66% | 0.51% | - |
| HSV(B) | 63.25º | 0.78% | 0.84% | - |
| XYZ | 49.21 | 60.63 | 11.8 | - |
| YUV | 191.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 47 | 0.04 | 0 | 0.78 | 0.16 | 63.25 | 0.66 | 0.51 |
| Hex | CC | D5 | 2F | 4 | 0 | 4E | 10 | 3F | 42 | 33 |
| Octal | 314 | 325 | 57 | 4 | 0 | 116 | 20 | 77 | 102 | 63 |
| Binary | 11001100 | 11010101 | 101111 | 100 | 0 | 1001110 | 10000 | 111111 | 1000010 | 110011 |
Color Harmonies of #CCD52F
Complementary color
Monochromatic Colors of #CCD52F
Black with #CCD52F
Text Example
Text Example
White with #CCD52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD52F; }
p { color: rgb(204,213,47); }
H1.HeaderClassName
{
color: #CCD52F;
}
.AnyTagClassName
{
color: #CCD52F;
}
</style>
background-color css
<style>
a { background-color: #CCD52F; }
a { background-color: rgb(204,213,47); }
div.DivClassName
{
background-color: #CCD52F;
}
.BgClassName
{
background-color: #CCD52F;
}
</style>
border-color css
<style>
span { border-color: #CCD52F; }
span { border-color: rgb(204,213,47); }
td.TdClassName
{
border-color: #CCD52F;
}
.TagClassName
{
border-color: #CCD52F;
}
</style>