Shades of Bitter Lemon #CCD62B
Tints of Bitter Lemon #CCD62B
RGB
CMYK
RGB Variations
Color information
#CCD62B (or 0xCCD62B) is known color: Bitter Lemon. HEX triplet: CC, D6 and 2B. RGB value is (204,214,43). Sum of RGB (Red+Green+Blue) = 204+214+43=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD62B is #3329D4. Grayscale: #C0C0C0. Windows color (decimal): -3353045 or 2873036. OLE color: 2873036.
HSL color Cylindrical-coordinate representation of color #CCD62B: hue angle of 63.51º degrees, saturation: 0.68, 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 #CCD62B is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 43 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.16 |
| HSL | 63.51º | 0.68% | 0.5% | - |
| HSV(B) | 63.51º | 0.8% | 0.84% | - |
| XYZ | 49.38 | 61.1 | 11.48 | - |
| YUV | 191.52 | 44.19 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 43 | 0.05 | 0 | 0.80 | 0.16 | 63.51 | 0.68 | 0.5 |
| Hex | CC | D6 | 2B | 5 | 0 | 50 | 10 | 40 | 44 | 32 |
| Octal | 314 | 326 | 53 | 5 | 0 | 120 | 20 | 100 | 104 | 62 |
| Binary | 11001100 | 11010110 | 101011 | 101 | 0 | 1010000 | 10000 | 1000000 | 1000100 | 110010 |
Color Harmonies of #CCD62B
Complementary color
Monochromatic Colors of #CCD62B
Black with #CCD62B
Text Example
Text Example
White with #CCD62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD62B; }
p { color: rgb(204,214,43); }
H1.HeaderClassName
{
color: #CCD62B;
}
.AnyTagClassName
{
color: #CCD62B;
}
</style>
background-color css
<style>
a { background-color: #CCD62B; }
a { background-color: rgb(204,214,43); }
div.DivClassName
{
background-color: #CCD62B;
}
.BgClassName
{
background-color: #CCD62B;
}
</style>
border-color css
<style>
span { border-color: #CCD62B; }
span { border-color: rgb(204,214,43); }
td.TdClassName
{
border-color: #CCD62B;
}
.TagClassName
{
border-color: #CCD62B;
}
</style>