Shades of Bitter Lemon #CED720
Tints of Bitter Lemon #CED720
RGB
CMYK
RGB Variations
Color information
#CED720 (or 0xCED720) is known color: Bitter Lemon. HEX triplet: CE, D7 and 20. RGB value is (206,215,32). Sum of RGB (Red+Green+Blue) = 206+215+32=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #CED720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED720 is #3128DF. Grayscale: #C0C0C0. Windows color (decimal): -3221728 or 2152398. OLE color: 2152398.
HSL color Cylindrical-coordinate representation of color #CED720: hue angle of 62.95º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED720 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 32 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.16 |
| HSL | 62.95º | 0.74% | 0.48% | - |
| HSV(B) | 62.95º | 0.85% | 0.84% | - |
| XYZ | 50.01 | 61.83 | 10.66 | - |
| YUV | 191.45 | 38.02 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 32 | 0.04 | 0 | 0.85 | 0.16 | 62.95 | 0.74 | 0.48 |
| Hex | CE | D7 | 20 | 4 | 0 | 55 | 10 | 3F | 4A | 30 |
| Octal | 316 | 327 | 40 | 4 | 0 | 125 | 20 | 77 | 112 | 60 |
| Binary | 11001110 | 11010111 | 100000 | 100 | 0 | 1010101 | 10000 | 111111 | 1001010 | 110000 |
Color Harmonies of #CED720
Complementary color
Monochromatic Colors of #CED720
Black with #CED720
Text Example
Text Example
White with #CED720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED720; }
p { color: rgb(206,215,32); }
H1.HeaderClassName
{
color: #CED720;
}
.AnyTagClassName
{
color: #CED720;
}
</style>
background-color css
<style>
a { background-color: #CED720; }
a { background-color: rgb(206,215,32); }
div.DivClassName
{
background-color: #CED720;
}
.BgClassName
{
background-color: #CED720;
}
</style>
border-color css
<style>
span { border-color: #CED720; }
span { border-color: rgb(206,215,32); }
td.TdClassName
{
border-color: #CED720;
}
.TagClassName
{
border-color: #CED720;
}
</style>