Shades of Bitter Lemon #CED525
Tints of Bitter Lemon #CED525
RGB
CMYK
RGB Variations
Color information
#CED525 (or 0xCED525) is known color: Bitter Lemon. HEX triplet: CE, D5 and 25. RGB value is (206,213,37). Sum of RGB (Red+Green+Blue) = 206+213+37=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #CED525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED525 is #312ADA. Grayscale: #BFBFBF. Windows color (decimal): -3222235 or 2479566. OLE color: 2479566.
HSL color Cylindrical-coordinate representation of color #CED525: hue angle of 62.39º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CED525 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 37 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.16 |
| HSL | 62.39º | 0.7% | 0.49% | - |
| HSV(B) | 62.39º | 0.83% | 0.84% | - |
| XYZ | 49.58 | 60.84 | 10.88 | - |
| YUV | 190.84 | 41.18 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 37 | 0.03 | 0 | 0.83 | 0.16 | 62.39 | 0.7 | 0.49 |
| Hex | CE | D5 | 25 | 3 | 0 | 53 | 10 | 3E | 46 | 31 |
| Octal | 316 | 325 | 45 | 3 | 0 | 123 | 20 | 76 | 106 | 61 |
| Binary | 11001110 | 11010101 | 100101 | 11 | 0 | 1010011 | 10000 | 111110 | 1000110 | 110001 |
Color Harmonies of #CED525
Complementary color
Monochromatic Colors of #CED525
Black with #CED525
Text Example
Text Example
White with #CED525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED525; }
p { color: rgb(206,213,37); }
H1.HeaderClassName
{
color: #CED525;
}
.AnyTagClassName
{
color: #CED525;
}
</style>
background-color css
<style>
a { background-color: #CED525; }
a { background-color: rgb(206,213,37); }
div.DivClassName
{
background-color: #CED525;
}
.BgClassName
{
background-color: #CED525;
}
</style>
border-color css
<style>
span { border-color: #CED525; }
span { border-color: rgb(206,213,37); }
td.TdClassName
{
border-color: #CED525;
}
.TagClassName
{
border-color: #CED525;
}
</style>