Shades of Bitter Lemon #CED62E
Tints of Bitter Lemon #CED62E
RGB
CMYK
RGB Variations
Color information
#CED62E (or 0xCED62E) is known color: Bitter Lemon. HEX triplet: CE, D6 and 2E. RGB value is (206,214,46). Sum of RGB (Red+Green+Blue) = 206+214+46=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #CED62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED62E is #3129D1. Grayscale: #C1C1C1. Windows color (decimal): -3221970 or 3069646. OLE color: 3069646.
HSL color Cylindrical-coordinate representation of color #CED62E: hue angle of 62.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CED62E is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 46 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.16 |
| HSL | 62.86º | 0.67% | 0.51% | - |
| HSV(B) | 62.86º | 0.79% | 0.84% | - |
| XYZ | 49.99 | 61.41 | 11.8 | - |
| YUV | 192.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 46 | 0.04 | 0 | 0.79 | 0.16 | 62.86 | 0.67 | 0.51 |
| Hex | CE | D6 | 2E | 4 | 0 | 4F | 10 | 3F | 43 | 33 |
| Octal | 316 | 326 | 56 | 4 | 0 | 117 | 20 | 77 | 103 | 63 |
| Binary | 11001110 | 11010110 | 101110 | 100 | 0 | 1001111 | 10000 | 111111 | 1000011 | 110011 |
Color Harmonies of #CED62E
Complementary color
Monochromatic Colors of #CED62E
Black with #CED62E
Text Example
Text Example
White with #CED62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED62E; }
p { color: rgb(206,214,46); }
H1.HeaderClassName
{
color: #CED62E;
}
.AnyTagClassName
{
color: #CED62E;
}
</style>
background-color css
<style>
a { background-color: #CED62E; }
a { background-color: rgb(206,214,46); }
div.DivClassName
{
background-color: #CED62E;
}
.BgClassName
{
background-color: #CED62E;
}
</style>
border-color css
<style>
span { border-color: #CED62E; }
span { border-color: rgb(206,214,46); }
td.TdClassName
{
border-color: #CED62E;
}
.TagClassName
{
border-color: #CED62E;
}
</style>