Shades of Bitter Lemon #CED632
Tints of Bitter Lemon #CED632
RGB
CMYK
RGB Variations
Color information
#CED632 (or 0xCED632) is known color: Bitter Lemon. HEX triplet: CE, D6 and 32. RGB value is (206,214,50). Sum of RGB (Red+Green+Blue) = 206+214+50=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #CED632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED632 is #3129CD. Grayscale: #C1C1C1. Windows color (decimal): -3221966 or 3331790. OLE color: 3331790.
HSL color Cylindrical-coordinate representation of color #CED632: hue angle of 62.93º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CED632 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 50 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.16 |
| HSL | 62.93º | 0.67% | 0.52% | - |
| HSV(B) | 62.93º | 0.77% | 0.84% | - |
| XYZ | 50.08 | 61.45 | 12.24 | - |
| YUV | 192.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 50 | 0.04 | 0 | 0.77 | 0.16 | 62.93 | 0.67 | 0.52 |
| Hex | CE | D6 | 32 | 4 | 0 | 4D | 10 | 3F | 43 | 34 |
| Octal | 316 | 326 | 62 | 4 | 0 | 115 | 20 | 77 | 103 | 64 |
| Binary | 11001110 | 11010110 | 110010 | 100 | 0 | 1001101 | 10000 | 111111 | 1000011 | 110100 |
Color Harmonies of #CED632
Complementary color
Monochromatic Colors of #CED632
Black with #CED632
Text Example
Text Example
White with #CED632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED632; }
p { color: rgb(206,214,50); }
H1.HeaderClassName
{
color: #CED632;
}
.AnyTagClassName
{
color: #CED632;
}
</style>
background-color css
<style>
a { background-color: #CED632; }
a { background-color: rgb(206,214,50); }
div.DivClassName
{
background-color: #CED632;
}
.BgClassName
{
background-color: #CED632;
}
</style>
border-color css
<style>
span { border-color: #CED632; }
span { border-color: rgb(206,214,50); }
td.TdClassName
{
border-color: #CED632;
}
.TagClassName
{
border-color: #CED632;
}
</style>