Shades of Bitter Lemon #CED326
Tints of Bitter Lemon #CED326
RGB
CMYK
RGB Variations
Color information
#CED326 (or 0xCED326) is known color: Bitter Lemon. HEX triplet: CE, D3 and 26. RGB value is (206,211,38). Sum of RGB (Red+Green+Blue) = 206+211+38=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #CED326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED326 is #312CD9. Grayscale: #BEBEBE. Windows color (decimal): -3222746 or 2544590. OLE color: 2544590.
HSL color Cylindrical-coordinate representation of color #CED326: hue angle of 61.73º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CED326 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 38 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.17 |
| HSL | 61.73º | 0.69% | 0.49% | - |
| HSV(B) | 61.73º | 0.82% | 0.83% | - |
| XYZ | 49.1 | 59.85 | 10.8 | - |
| YUV | 189.78 | 42.34 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 38 | 0.02 | 0 | 0.82 | 0.17 | 61.73 | 0.69 | 0.49 |
| Hex | CE | D3 | 26 | 2 | 0 | 52 | 11 | 3E | 45 | 31 |
| Octal | 316 | 323 | 46 | 2 | 0 | 122 | 21 | 76 | 105 | 61 |
| Binary | 11001110 | 11010011 | 100110 | 10 | 0 | 1010010 | 10001 | 111110 | 1000101 | 110001 |
Color Harmonies of #CED326
Complementary color
Monochromatic Colors of #CED326
Black with #CED326
Text Example
Text Example
White with #CED326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED326; }
p { color: rgb(206,211,38); }
H1.HeaderClassName
{
color: #CED326;
}
.AnyTagClassName
{
color: #CED326;
}
</style>
background-color css
<style>
a { background-color: #CED326; }
a { background-color: rgb(206,211,38); }
div.DivClassName
{
background-color: #CED326;
}
.BgClassName
{
background-color: #CED326;
}
</style>
border-color css
<style>
span { border-color: #CED326; }
span { border-color: rgb(206,211,38); }
td.TdClassName
{
border-color: #CED326;
}
.TagClassName
{
border-color: #CED326;
}
</style>