Shades of Bitter Lemon #CEDB1B
Tints of Bitter Lemon #CEDB1B
RGB
CMYK
RGB Variations
Color information
#CEDB1B (or 0xCEDB1B) is known color: Bitter Lemon. HEX triplet: CE, DB and 1B. RGB value is (206,219,27). Sum of RGB (Red+Green+Blue) = 206+219+27=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB1B is #3124E4. Grayscale: #C1C1C1. Windows color (decimal): -3220709 or 1825742. OLE color: 1825742.
HSL color Cylindrical-coordinate representation of color #CEDB1B: hue angle of 64.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEDB1B is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 27 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.14 |
| HSL | 64.06º | 0.78% | 0.48% | - |
| HSV(B) | 64.06º | 0.88% | 0.86% | - |
| XYZ | 50.98 | 63.86 | 10.68 | - |
| YUV | 193.23 | 34.19 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 27 | 0.06 | 0 | 0.88 | 0.14 | 64.06 | 0.78 | 0.48 |
| Hex | CE | DB | 1B | 6 | 0 | 58 | E | 40 | 4E | 30 |
| Octal | 316 | 333 | 33 | 6 | 0 | 130 | 16 | 100 | 116 | 60 |
| Binary | 11001110 | 11011011 | 11011 | 110 | 0 | 1011000 | 1110 | 1000000 | 1001110 | 110000 |
Color Harmonies of #CEDB1B
Complementary color
Monochromatic Colors of #CEDB1B
Black with #CEDB1B
Text Example
Text Example
White with #CEDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB1B; }
p { color: rgb(206,219,27); }
H1.HeaderClassName
{
color: #CEDB1B;
}
.AnyTagClassName
{
color: #CEDB1B;
}
</style>
background-color css
<style>
a { background-color: #CEDB1B; }
a { background-color: rgb(206,219,27); }
div.DivClassName
{
background-color: #CEDB1B;
}
.BgClassName
{
background-color: #CEDB1B;
}
</style>
border-color css
<style>
span { border-color: #CEDB1B; }
span { border-color: rgb(206,219,27); }
td.TdClassName
{
border-color: #CEDB1B;
}
.TagClassName
{
border-color: #CEDB1B;
}
</style>