Shades of Bitter Lemon #CED81E
Tints of Bitter Lemon #CED81E
RGB
CMYK
RGB Variations
Color information
#CED81E (or 0xCED81E) is known color: Bitter Lemon. HEX triplet: CE, D8 and 1E. RGB value is (206,216,30). Sum of RGB (Red+Green+Blue) = 206+216+30=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #CED81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED81E is #3127E1. Grayscale: #C0C0C0. Windows color (decimal): -3221474 or 2021582. OLE color: 2021582.
HSL color Cylindrical-coordinate representation of color #CED81E: hue angle of 63.23º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CED81E is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 30 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.15 |
| HSL | 63.23º | 0.76% | 0.48% | - |
| HSV(B) | 63.23º | 0.86% | 0.85% | - |
| XYZ | 50.24 | 62.33 | 10.61 | - |
| YUV | 191.81 | 36.69 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 30 | 0.05 | 0 | 0.86 | 0.15 | 63.23 | 0.76 | 0.48 |
| Hex | CE | D8 | 1E | 5 | 0 | 56 | F | 3F | 4C | 30 |
| Octal | 316 | 330 | 36 | 5 | 0 | 126 | 17 | 77 | 114 | 60 |
| Binary | 11001110 | 11011000 | 11110 | 101 | 0 | 1010110 | 1111 | 111111 | 1001100 | 110000 |
Color Harmonies of #CED81E
Complementary color
Monochromatic Colors of #CED81E
Black with #CED81E
Text Example
Text Example
White with #CED81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED81E; }
p { color: rgb(206,216,30); }
H1.HeaderClassName
{
color: #CED81E;
}
.AnyTagClassName
{
color: #CED81E;
}
</style>
background-color css
<style>
a { background-color: #CED81E; }
a { background-color: rgb(206,216,30); }
div.DivClassName
{
background-color: #CED81E;
}
.BgClassName
{
background-color: #CED81E;
}
</style>
border-color css
<style>
span { border-color: #CED81E; }
span { border-color: rgb(206,216,30); }
td.TdClassName
{
border-color: #CED81E;
}
.TagClassName
{
border-color: #CED81E;
}
</style>