Shades of Bitter Lemon #CCD82B
Tints of Bitter Lemon #CCD82B
RGB
CMYK
RGB Variations
Color information
#CCD82B (or 0xCCD82B) is known color: Bitter Lemon. HEX triplet: CC, D8 and 2B. RGB value is (204,216,43). Sum of RGB (Red+Green+Blue) = 204+216+43=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD82B is #3327D4. Grayscale: #C1C1C1. Windows color (decimal): -3352533 or 2873548. OLE color: 2873548.
HSL color Cylindrical-coordinate representation of color #CCD82B: hue angle of 64.16º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCD82B is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 43 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.15 |
| HSL | 64.16º | 0.69% | 0.51% | - |
| HSV(B) | 64.16º | 0.8% | 0.85% | - |
| XYZ | 49.89 | 62.12 | 11.65 | - |
| YUV | 192.69 | 43.52 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 43 | 0.06 | 0 | 0.80 | 0.15 | 64.16 | 0.69 | 0.51 |
| Hex | CC | D8 | 2B | 6 | 0 | 50 | F | 40 | 45 | 33 |
| Octal | 314 | 330 | 53 | 6 | 0 | 120 | 17 | 100 | 105 | 63 |
| Binary | 11001100 | 11011000 | 101011 | 110 | 0 | 1010000 | 1111 | 1000000 | 1000101 | 110011 |
Color Harmonies of #CCD82B
Complementary color
Monochromatic Colors of #CCD82B
Black with #CCD82B
Text Example
Text Example
White with #CCD82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD82B; }
p { color: rgb(204,216,43); }
H1.HeaderClassName
{
color: #CCD82B;
}
.AnyTagClassName
{
color: #CCD82B;
}
</style>
background-color css
<style>
a { background-color: #CCD82B; }
a { background-color: rgb(204,216,43); }
div.DivClassName
{
background-color: #CCD82B;
}
.BgClassName
{
background-color: #CCD82B;
}
</style>
border-color css
<style>
span { border-color: #CCD82B; }
span { border-color: rgb(204,216,43); }
td.TdClassName
{
border-color: #CCD82B;
}
.TagClassName
{
border-color: #CCD82B;
}
</style>