Shades of Bitter Lemon #CED226
Tints of Bitter Lemon #CED226
RGB
CMYK
RGB Variations
Color information
#CED226 (or 0xCED226) is known color: Bitter Lemon. HEX triplet: CE, D2 and 26. RGB value is (206,210,38). Sum of RGB (Red+Green+Blue) = 206+210+38=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #CED226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED226 is #312DD9. Grayscale: #BDBDBD. Windows color (decimal): -3223002 or 2544334. OLE color: 2544334.
HSL color Cylindrical-coordinate representation of color #CED226: hue angle of 61.4º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CED226 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 38 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.18 |
| HSL | 61.4º | 0.69% | 0.49% | - |
| HSV(B) | 61.4º | 0.82% | 0.82% | - |
| XYZ | 48.85 | 59.35 | 10.72 | - |
| YUV | 189.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 38 | 0.02 | 0 | 0.82 | 0.18 | 61.4 | 0.69 | 0.49 |
| Hex | CE | D2 | 26 | 2 | 0 | 52 | 12 | 3D | 45 | 31 |
| Octal | 316 | 322 | 46 | 2 | 0 | 122 | 22 | 75 | 105 | 61 |
| Binary | 11001110 | 11010010 | 100110 | 10 | 0 | 1010010 | 10010 | 111101 | 1000101 | 110001 |
Color Harmonies of #CED226
Complementary color
Monochromatic Colors of #CED226
Black with #CED226
Text Example
Text Example
White with #CED226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED226; }
p { color: rgb(206,210,38); }
H1.HeaderClassName
{
color: #CED226;
}
.AnyTagClassName
{
color: #CED226;
}
</style>
background-color css
<style>
a { background-color: #CED226; }
a { background-color: rgb(206,210,38); }
div.DivClassName
{
background-color: #CED226;
}
.BgClassName
{
background-color: #CED226;
}
</style>
border-color css
<style>
span { border-color: #CED226; }
span { border-color: rgb(206,210,38); }
td.TdClassName
{
border-color: #CED226;
}
.TagClassName
{
border-color: #CED226;
}
</style>