Shades of Bitter Lemon #CED91D
Tints of Bitter Lemon #CED91D
RGB
CMYK
RGB Variations
Color information
#CED91D (or 0xCED91D) is known color: Bitter Lemon. HEX triplet: CE, D9 and 1D. RGB value is (206,217,29). Sum of RGB (Red+Green+Blue) = 206+217+29=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #CED91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED91D is #3126E2. Grayscale: #C1C1C1. Windows color (decimal): -3221219 or 1956302. OLE color: 1956302.
HSL color Cylindrical-coordinate representation of color #CED91D: hue angle of 63.51º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CED91D is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 29 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.15 |
| HSL | 63.51º | 0.76% | 0.48% | - |
| HSV(B) | 63.51º | 0.87% | 0.85% | - |
| XYZ | 50.49 | 62.84 | 10.63 | - |
| YUV | 192.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 29 | 0.05 | 0 | 0.87 | 0.15 | 63.51 | 0.76 | 0.48 |
| Hex | CE | D9 | 1D | 5 | 0 | 57 | F | 40 | 4C | 30 |
| Octal | 316 | 331 | 35 | 5 | 0 | 127 | 17 | 100 | 114 | 60 |
| Binary | 11001110 | 11011001 | 11101 | 101 | 0 | 1010111 | 1111 | 1000000 | 1001100 | 110000 |
Color Harmonies of #CED91D
Complementary color
Monochromatic Colors of #CED91D
Black with #CED91D
Text Example
Text Example
White with #CED91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED91D; }
p { color: rgb(206,217,29); }
H1.HeaderClassName
{
color: #CED91D;
}
.AnyTagClassName
{
color: #CED91D;
}
</style>
background-color css
<style>
a { background-color: #CED91D; }
a { background-color: rgb(206,217,29); }
div.DivClassName
{
background-color: #CED91D;
}
.BgClassName
{
background-color: #CED91D;
}
</style>
border-color css
<style>
span { border-color: #CED91D; }
span { border-color: rgb(206,217,29); }
td.TdClassName
{
border-color: #CED91D;
}
.TagClassName
{
border-color: #CED91D;
}
</style>