Shades of Bitter Lemon #CEDB2F
Tints of Bitter Lemon #CEDB2F
RGB
CMYK
RGB Variations
Color information
#CEDB2F (or 0xCEDB2F) is known color: Bitter Lemon. HEX triplet: CE, DB and 2F. RGB value is (206,219,47). Sum of RGB (Red+Green+Blue) = 206+219+47=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB2F is #3124D0. Grayscale: #C4C4C4. Windows color (decimal): -3220689 or 3136462. OLE color: 3136462.
HSL color Cylindrical-coordinate representation of color #CEDB2F: hue angle of 64.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEDB2F is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 47 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.14 |
| HSL | 64.53º | 0.7% | 0.52% | - |
| HSV(B) | 64.53º | 0.79% | 0.86% | - |
| XYZ | 51.3 | 63.99 | 12.34 | - |
| YUV | 195.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 47 | 0.06 | 0 | 0.79 | 0.14 | 64.53 | 0.7 | 0.52 |
| Hex | CE | DB | 2F | 6 | 0 | 4F | E | 41 | 46 | 34 |
| Octal | 316 | 333 | 57 | 6 | 0 | 117 | 16 | 101 | 106 | 64 |
| Binary | 11001110 | 11011011 | 101111 | 110 | 0 | 1001111 | 1110 | 1000001 | 1000110 | 110100 |
Color Harmonies of #CEDB2F
Complementary color
Monochromatic Colors of #CEDB2F
Black with #CEDB2F
Text Example
Text Example
White with #CEDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB2F; }
p { color: rgb(206,219,47); }
H1.HeaderClassName
{
color: #CEDB2F;
}
.AnyTagClassName
{
color: #CEDB2F;
}
</style>
background-color css
<style>
a { background-color: #CEDB2F; }
a { background-color: rgb(206,219,47); }
div.DivClassName
{
background-color: #CEDB2F;
}
.BgClassName
{
background-color: #CEDB2F;
}
</style>
border-color css
<style>
span { border-color: #CEDB2F; }
span { border-color: rgb(206,219,47); }
td.TdClassName
{
border-color: #CEDB2F;
}
.TagClassName
{
border-color: #CEDB2F;
}
</style>