Shades of Bitter Lemon #CEDB25
Tints of Bitter Lemon #CEDB25
RGB
CMYK
RGB Variations
Color information
#CEDB25 (or 0xCEDB25) is known color: Bitter Lemon. HEX triplet: CE, DB and 25. RGB value is (206,219,37). Sum of RGB (Red+Green+Blue) = 206+219+37=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB25 is #3124DA. Grayscale: #C3C3C3. Windows color (decimal): -3220699 or 2481102. OLE color: 2481102.
HSL color Cylindrical-coordinate representation of color #CEDB25: hue angle of 64.29º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEDB25 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 37 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.14 |
| HSL | 64.29º | 0.72% | 0.5% | - |
| HSV(B) | 64.29º | 0.83% | 0.86% | - |
| XYZ | 51.12 | 63.92 | 11.39 | - |
| YUV | 194.37 | 39.19 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 37 | 0.06 | 0 | 0.83 | 0.14 | 64.29 | 0.72 | 0.5 |
| Hex | CE | DB | 25 | 6 | 0 | 53 | E | 40 | 48 | 32 |
| Octal | 316 | 333 | 45 | 6 | 0 | 123 | 16 | 100 | 110 | 62 |
| Binary | 11001110 | 11011011 | 100101 | 110 | 0 | 1010011 | 1110 | 1000000 | 1001000 | 110010 |
Color Harmonies of #CEDB25
Complementary color
Monochromatic Colors of #CEDB25
Black with #CEDB25
Text Example
Text Example
White with #CEDB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB25; }
p { color: rgb(206,219,37); }
H1.HeaderClassName
{
color: #CEDB25;
}
.AnyTagClassName
{
color: #CEDB25;
}
</style>
background-color css
<style>
a { background-color: #CEDB25; }
a { background-color: rgb(206,219,37); }
div.DivClassName
{
background-color: #CEDB25;
}
.BgClassName
{
background-color: #CEDB25;
}
</style>
border-color css
<style>
span { border-color: #CEDB25; }
span { border-color: rgb(206,219,37); }
td.TdClassName
{
border-color: #CEDB25;
}
.TagClassName
{
border-color: #CEDB25;
}
</style>