Shades of Bitter Lemon #CED736
Tints of Bitter Lemon #CED736
RGB
CMYK
RGB Variations
Color information
#CED736 (or 0xCED736) is known color: Bitter Lemon. HEX triplet: CE, D7 and 36. RGB value is (206,215,54). Sum of RGB (Red+Green+Blue) = 206+215+54=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 54 (21.48% from 255 or 11.37% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #CED736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED736 is #3128C9. Grayscale: #C2C2C2. Windows color (decimal): -3221706 or 3594190. OLE color: 3594190.
HSL color Cylindrical-coordinate representation of color #CED736: hue angle of 63.35º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CED736 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 54 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.16 |
| HSL | 63.35º | 0.67% | 0.53% | - |
| HSV(B) | 63.35º | 0.75% | 0.84% | - |
| XYZ | 50.42 | 61.99 | 12.8 | - |
| YUV | 193.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 54 | 0.04 | 0 | 0.75 | 0.16 | 63.35 | 0.67 | 0.53 |
| Hex | CE | D7 | 36 | 4 | 0 | 4B | 10 | 3F | 43 | 35 |
| Octal | 316 | 327 | 66 | 4 | 0 | 113 | 20 | 77 | 103 | 65 |
| Binary | 11001110 | 11010111 | 110110 | 100 | 0 | 1001011 | 10000 | 111111 | 1000011 | 110101 |
Color Harmonies of #CED736
Complementary color
Monochromatic Colors of #CED736
Black with #CED736
Text Example
Text Example
White with #CED736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED736; }
p { color: rgb(206,215,54); }
H1.HeaderClassName
{
color: #CED736;
}
.AnyTagClassName
{
color: #CED736;
}
</style>
background-color css
<style>
a { background-color: #CED736; }
a { background-color: rgb(206,215,54); }
div.DivClassName
{
background-color: #CED736;
}
.BgClassName
{
background-color: #CED736;
}
</style>
border-color css
<style>
span { border-color: #CED736; }
span { border-color: rgb(206,215,54); }
td.TdClassName
{
border-color: #CED736;
}
.TagClassName
{
border-color: #CED736;
}
</style>