Shades of Bitter Lemon #CED237
Tints of Bitter Lemon #CED237
RGB
CMYK
RGB Variations
Color information
#CED237 (or 0xCED237) is known color: Bitter Lemon. HEX triplet: CE, D2 and 37. RGB value is (206,210,55). Sum of RGB (Red+Green+Blue) = 206+210+55=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #CED237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED237 is #312DC8. Grayscale: #BFBFBF. Windows color (decimal): -3222985 or 3658446. OLE color: 3658446.
HSL color Cylindrical-coordinate representation of color #CED237: hue angle of 61.55º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CED237 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 55 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.18 |
| HSL | 61.55º | 0.63% | 0.52% | - |
| HSV(B) | 61.55º | 0.74% | 0.82% | - |
| XYZ | 49.19 | 59.49 | 12.5 | - |
| YUV | 191.13 | 51.17 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 55 | 0.02 | 0 | 0.74 | 0.18 | 61.55 | 0.63 | 0.52 |
| Hex | CE | D2 | 37 | 2 | 0 | 4A | 12 | 3E | 3F | 34 |
| Octal | 316 | 322 | 67 | 2 | 0 | 112 | 22 | 76 | 77 | 64 |
| Binary | 11001110 | 11010010 | 110111 | 10 | 0 | 1001010 | 10010 | 111110 | 111111 | 110100 |
Color Harmonies of #CED237
Complementary color
Monochromatic Colors of #CED237
Black with #CED237
Text Example
Text Example
White with #CED237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED237; }
p { color: rgb(206,210,55); }
H1.HeaderClassName
{
color: #CED237;
}
.AnyTagClassName
{
color: #CED237;
}
</style>
background-color css
<style>
a { background-color: #CED237; }
a { background-color: rgb(206,210,55); }
div.DivClassName
{
background-color: #CED237;
}
.BgClassName
{
background-color: #CED237;
}
</style>
border-color css
<style>
span { border-color: #CED237; }
span { border-color: rgb(206,210,55); }
td.TdClassName
{
border-color: #CED237;
}
.TagClassName
{
border-color: #CED237;
}
</style>