Shades of Bitter Lemon #CEDB38
Tints of Bitter Lemon #CEDB38
RGB
CMYK
RGB Variations
Color information
#CEDB38 (or 0xCEDB38) is known color: Bitter Lemon. HEX triplet: CE, DB and 38. RGB value is (206,219,56). Sum of RGB (Red+Green+Blue) = 206+219+56=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB38 is #3124C7. Grayscale: #C5C5C5. Windows color (decimal): -3220680 or 3726286. OLE color: 3726286.
HSL color Cylindrical-coordinate representation of color #CEDB38: hue angle of 64.79º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEDB38 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 56 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.14 |
| HSL | 64.79º | 0.69% | 0.54% | - |
| HSV(B) | 64.79º | 0.74% | 0.86% | - |
| XYZ | 51.5 | 64.07 | 13.39 | - |
| YUV | 196.53 | 48.69 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 56 | 0.06 | 0 | 0.74 | 0.14 | 64.79 | 0.69 | 0.54 |
| Hex | CE | DB | 38 | 6 | 0 | 4A | E | 41 | 45 | 36 |
| Octal | 316 | 333 | 70 | 6 | 0 | 112 | 16 | 101 | 105 | 66 |
| Binary | 11001110 | 11011011 | 111000 | 110 | 0 | 1001010 | 1110 | 1000001 | 1000101 | 110110 |
Color Harmonies of #CEDB38
Complementary color
Monochromatic Colors of #CEDB38
Black with #CEDB38
Text Example
Text Example
White with #CEDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB38; }
p { color: rgb(206,219,56); }
H1.HeaderClassName
{
color: #CEDB38;
}
.AnyTagClassName
{
color: #CEDB38;
}
</style>
background-color css
<style>
a { background-color: #CEDB38; }
a { background-color: rgb(206,219,56); }
div.DivClassName
{
background-color: #CEDB38;
}
.BgClassName
{
background-color: #CEDB38;
}
</style>
border-color css
<style>
span { border-color: #CEDB38; }
span { border-color: rgb(206,219,56); }
td.TdClassName
{
border-color: #CEDB38;
}
.TagClassName
{
border-color: #CEDB38;
}
</style>