Shades of Bitter Lemon #CED529
Tints of Bitter Lemon #CED529
RGB
CMYK
RGB Variations
Color information
#CED529 (or 0xCED529) is known color: Bitter Lemon. HEX triplet: CE, D5 and 29. RGB value is (206,213,41). Sum of RGB (Red+Green+Blue) = 206+213+41=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #CED529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED529 is #312AD6. Grayscale: #BFBFBF. Windows color (decimal): -3222231 or 2741710. OLE color: 2741710.
HSL color Cylindrical-coordinate representation of color #CED529: hue angle of 62.44º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CED529 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 41 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.16 |
| HSL | 62.44º | 0.68% | 0.5% | - |
| HSV(B) | 62.44º | 0.81% | 0.84% | - |
| XYZ | 49.65 | 60.87 | 11.23 | - |
| YUV | 191.3 | 43.18 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 41 | 0.03 | 0 | 0.81 | 0.16 | 62.44 | 0.68 | 0.5 |
| Hex | CE | D5 | 29 | 3 | 0 | 51 | 10 | 3E | 44 | 32 |
| Octal | 316 | 325 | 51 | 3 | 0 | 121 | 20 | 76 | 104 | 62 |
| Binary | 11001110 | 11010101 | 101001 | 11 | 0 | 1010001 | 10000 | 111110 | 1000100 | 110010 |
Color Harmonies of #CED529
Complementary color
Monochromatic Colors of #CED529
Black with #CED529
Text Example
Text Example
White with #CED529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED529; }
p { color: rgb(206,213,41); }
H1.HeaderClassName
{
color: #CED529;
}
.AnyTagClassName
{
color: #CED529;
}
</style>
background-color css
<style>
a { background-color: #CED529; }
a { background-color: rgb(206,213,41); }
div.DivClassName
{
background-color: #CED529;
}
.BgClassName
{
background-color: #CED529;
}
</style>
border-color css
<style>
span { border-color: #CED529; }
span { border-color: rgb(206,213,41); }
td.TdClassName
{
border-color: #CED529;
}
.TagClassName
{
border-color: #CED529;
}
</style>