Shades of Bitter Lemon #CEDB1F
Tints of Bitter Lemon #CEDB1F
RGB
CMYK
RGB Variations
Color information
#CEDB1F (or 0xCEDB1F) is known color: Bitter Lemon. HEX triplet: CE, DB and 1F. RGB value is (206,219,31). Sum of RGB (Red+Green+Blue) = 206+219+31=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB1F is #3124E0. Grayscale: #C2C2C2. Windows color (decimal): -3220705 or 2087886. OLE color: 2087886.
HSL color Cylindrical-coordinate representation of color #CEDB1F: hue angle of 64.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEDB1F is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 31 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.14 |
| HSL | 64.15º | 0.75% | 0.49% | - |
| HSV(B) | 64.15º | 0.86% | 0.86% | - |
| XYZ | 51.03 | 63.88 | 10.94 | - |
| YUV | 193.68 | 36.19 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 31 | 0.06 | 0 | 0.86 | 0.14 | 64.15 | 0.75 | 0.49 |
| Hex | CE | DB | 1F | 6 | 0 | 56 | E | 40 | 4B | 31 |
| Octal | 316 | 333 | 37 | 6 | 0 | 126 | 16 | 100 | 113 | 61 |
| Binary | 11001110 | 11011011 | 11111 | 110 | 0 | 1010110 | 1110 | 1000000 | 1001011 | 110001 |
Color Harmonies of #CEDB1F
Complementary color
Monochromatic Colors of #CEDB1F
Black with #CEDB1F
Text Example
Text Example
White with #CEDB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB1F; }
p { color: rgb(206,219,31); }
H1.HeaderClassName
{
color: #CEDB1F;
}
.AnyTagClassName
{
color: #CEDB1F;
}
</style>
background-color css
<style>
a { background-color: #CEDB1F; }
a { background-color: rgb(206,219,31); }
div.DivClassName
{
background-color: #CEDB1F;
}
.BgClassName
{
background-color: #CEDB1F;
}
</style>
border-color css
<style>
span { border-color: #CEDB1F; }
span { border-color: rgb(206,219,31); }
td.TdClassName
{
border-color: #CEDB1F;
}
.TagClassName
{
border-color: #CEDB1F;
}
</style>