Shades of Bitter Lemon #CED325
Tints of Bitter Lemon #CED325
RGB
CMYK
RGB Variations
Color information
#CED325 (or 0xCED325) is known color: Bitter Lemon. HEX triplet: CE, D3 and 25. RGB value is (206,211,37). Sum of RGB (Red+Green+Blue) = 206+211+37=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #CED325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED325 is #312CDA. Grayscale: #BEBEBE. Windows color (decimal): -3222747 or 2479054. OLE color: 2479054.
HSL color Cylindrical-coordinate representation of color #CED325: hue angle of 61.72º degrees, saturation: 0.7, 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 #CED325 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 37 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.17 |
| HSL | 61.72º | 0.7% | 0.49% | - |
| HSV(B) | 61.72º | 0.82% | 0.83% | - |
| XYZ | 49.08 | 59.84 | 10.71 | - |
| YUV | 189.67 | 41.84 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 37 | 0.02 | 0 | 0.82 | 0.17 | 61.72 | 0.7 | 0.49 |
| Hex | CE | D3 | 25 | 2 | 0 | 52 | 11 | 3E | 46 | 31 |
| Octal | 316 | 323 | 45 | 2 | 0 | 122 | 21 | 76 | 106 | 61 |
| Binary | 11001110 | 11010011 | 100101 | 10 | 0 | 1010010 | 10001 | 111110 | 1000110 | 110001 |
Color Harmonies of #CED325
Complementary color
Monochromatic Colors of #CED325
Black with #CED325
Text Example
Text Example
White with #CED325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED325; }
p { color: rgb(206,211,37); }
H1.HeaderClassName
{
color: #CED325;
}
.AnyTagClassName
{
color: #CED325;
}
</style>
background-color css
<style>
a { background-color: #CED325; }
a { background-color: rgb(206,211,37); }
div.DivClassName
{
background-color: #CED325;
}
.BgClassName
{
background-color: #CED325;
}
</style>
border-color css
<style>
span { border-color: #CED325; }
span { border-color: rgb(206,211,37); }
td.TdClassName
{
border-color: #CED325;
}
.TagClassName
{
border-color: #CED325;
}
</style>