Shades of Bitter Lemon #CCD52B
Tints of Bitter Lemon #CCD52B
RGB
CMYK
RGB Variations
Color information
#CCD52B (or 0xCCD52B) is known color: Bitter Lemon. HEX triplet: CC, D5 and 2B. RGB value is (204,213,43). Sum of RGB (Red+Green+Blue) = 204+213+43=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD52B is #332AD4. Grayscale: #BFBFBF. Windows color (decimal): -3353301 or 2872780. OLE color: 2872780.
HSL color Cylindrical-coordinate representation of color #CCD52B: hue angle of 63.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCD52B is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 43 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.16 |
| HSL | 63.18º | 0.67% | 0.5% | - |
| HSV(B) | 63.18º | 0.8% | 0.84% | - |
| XYZ | 49.13 | 60.6 | 11.39 | - |
| YUV | 190.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 43 | 0.04 | 0 | 0.80 | 0.16 | 63.18 | 0.67 | 0.5 |
| Hex | CC | D5 | 2B | 4 | 0 | 50 | 10 | 3F | 43 | 32 |
| Octal | 314 | 325 | 53 | 4 | 0 | 120 | 20 | 77 | 103 | 62 |
| Binary | 11001100 | 11010101 | 101011 | 100 | 0 | 1010000 | 10000 | 111111 | 1000011 | 110010 |
Color Harmonies of #CCD52B
Complementary color
Monochromatic Colors of #CCD52B
Black with #CCD52B
Text Example
Text Example
White with #CCD52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD52B; }
p { color: rgb(204,213,43); }
H1.HeaderClassName
{
color: #CCD52B;
}
.AnyTagClassName
{
color: #CCD52B;
}
</style>
background-color css
<style>
a { background-color: #CCD52B; }
a { background-color: rgb(204,213,43); }
div.DivClassName
{
background-color: #CCD52B;
}
.BgClassName
{
background-color: #CCD52B;
}
</style>
border-color css
<style>
span { border-color: #CCD52B; }
span { border-color: rgb(204,213,43); }
td.TdClassName
{
border-color: #CCD52B;
}
.TagClassName
{
border-color: #CCD52B;
}
</style>