Shades of Bitter Lemon #CEDB37
Tints of Bitter Lemon #CEDB37
RGB
CMYK
RGB Variations
Color information
#CEDB37 (or 0xCEDB37) is known color: Bitter Lemon. HEX triplet: CE, DB and 37. RGB value is (206,219,55). Sum of RGB (Red+Green+Blue) = 206+219+55=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 55 (21.88% from 255 or 11.46% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB37 is #3124C8. Grayscale: #C5C5C5. Windows color (decimal): -3220681 or 3660750. OLE color: 3660750.
HSL color Cylindrical-coordinate representation of color #CEDB37: hue angle of 64.76º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEDB37 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 55 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.14 |
| HSL | 64.76º | 0.69% | 0.54% | - |
| HSV(B) | 64.76º | 0.75% | 0.86% | - |
| XYZ | 51.47 | 64.06 | 13.27 | - |
| YUV | 196.42 | 48.19 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 55 | 0.06 | 0 | 0.75 | 0.14 | 64.76 | 0.69 | 0.54 |
| Hex | CE | DB | 37 | 6 | 0 | 4B | E | 41 | 45 | 36 |
| Octal | 316 | 333 | 67 | 6 | 0 | 113 | 16 | 101 | 105 | 66 |
| Binary | 11001110 | 11011011 | 110111 | 110 | 0 | 1001011 | 1110 | 1000001 | 1000101 | 110110 |
Color Harmonies of #CEDB37
Complementary color
Monochromatic Colors of #CEDB37
Black with #CEDB37
Text Example
Text Example
White with #CEDB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB37; }
p { color: rgb(206,219,55); }
H1.HeaderClassName
{
color: #CEDB37;
}
.AnyTagClassName
{
color: #CEDB37;
}
</style>
background-color css
<style>
a { background-color: #CEDB37; }
a { background-color: rgb(206,219,55); }
div.DivClassName
{
background-color: #CEDB37;
}
.BgClassName
{
background-color: #CEDB37;
}
</style>
border-color css
<style>
span { border-color: #CEDB37; }
span { border-color: rgb(206,219,55); }
td.TdClassName
{
border-color: #CEDB37;
}
.TagClassName
{
border-color: #CEDB37;
}
</style>