Shades of Bitter Lemon #CEDD37
Tints of Bitter Lemon #CEDD37
RGB
CMYK
RGB Variations
Color information
#CEDD37 (or 0xCEDD37) is known color: Bitter Lemon. HEX triplet: CE, DD and 37. RGB value is (206,221,55). Sum of RGB (Red+Green+Blue) = 206+221+55=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 55 (21.88% from 255 or 11.41% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD37 is #3122C8. Grayscale: #C6C6C6. Windows color (decimal): -3220169 or 3661262. OLE color: 3661262.
HSL color Cylindrical-coordinate representation of color #CEDD37: hue angle of 65.42º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEDD37 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 55 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.13 |
| HSL | 65.42º | 0.71% | 0.54% | - |
| HSV(B) | 65.42º | 0.75% | 0.87% | - |
| XYZ | 52 | 65.11 | 13.44 | - |
| YUV | 197.59 | 47.53 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 55 | 0.07 | 0 | 0.75 | 0.13 | 65.42 | 0.71 | 0.54 |
| Hex | CE | DD | 37 | 7 | 0 | 4B | D | 41 | 47 | 36 |
| Octal | 316 | 335 | 67 | 7 | 0 | 113 | 15 | 101 | 107 | 66 |
| Binary | 11001110 | 11011101 | 110111 | 111 | 0 | 1001011 | 1101 | 1000001 | 1000111 | 110110 |
Color Harmonies of #CEDD37
Complementary color
Monochromatic Colors of #CEDD37
Black with #CEDD37
Text Example
Text Example
White with #CEDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD37; }
p { color: rgb(206,221,55); }
H1.HeaderClassName
{
color: #CEDD37;
}
.AnyTagClassName
{
color: #CEDD37;
}
</style>
background-color css
<style>
a { background-color: #CEDD37; }
a { background-color: rgb(206,221,55); }
div.DivClassName
{
background-color: #CEDD37;
}
.BgClassName
{
background-color: #CEDD37;
}
</style>
border-color css
<style>
span { border-color: #CEDD37; }
span { border-color: rgb(206,221,55); }
td.TdClassName
{
border-color: #CEDD37;
}
.TagClassName
{
border-color: #CEDD37;
}
</style>