Shades of Bitter Lemon #CED62A
Tints of Bitter Lemon #CED62A
RGB
CMYK
RGB Variations
Color information
#CED62A (or 0xCED62A) is known color: Bitter Lemon. HEX triplet: CE, D6 and 2A. RGB value is (206,214,42). Sum of RGB (Red+Green+Blue) = 206+214+42=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #CED62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED62A is #3129D5. Grayscale: #C0C0C0. Windows color (decimal): -3221974 or 2807502. OLE color: 2807502.
HSL color Cylindrical-coordinate representation of color #CED62A: hue angle of 62.79º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CED62A is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 42 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.16 |
| HSL | 62.79º | 0.68% | 0.5% | - |
| HSV(B) | 62.79º | 0.8% | 0.84% | - |
| XYZ | 49.92 | 61.38 | 11.41 | - |
| YUV | 192 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 42 | 0.04 | 0 | 0.80 | 0.16 | 62.79 | 0.68 | 0.5 |
| Hex | CE | D6 | 2A | 4 | 0 | 50 | 10 | 3F | 44 | 32 |
| Octal | 316 | 326 | 52 | 4 | 0 | 120 | 20 | 77 | 104 | 62 |
| Binary | 11001110 | 11010110 | 101010 | 100 | 0 | 1010000 | 10000 | 111111 | 1000100 | 110010 |
Color Harmonies of #CED62A
Complementary color
Monochromatic Colors of #CED62A
Black with #CED62A
Text Example
Text Example
White with #CED62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED62A; }
p { color: rgb(206,214,42); }
H1.HeaderClassName
{
color: #CED62A;
}
.AnyTagClassName
{
color: #CED62A;
}
</style>
background-color css
<style>
a { background-color: #CED62A; }
a { background-color: rgb(206,214,42); }
div.DivClassName
{
background-color: #CED62A;
}
.BgClassName
{
background-color: #CED62A;
}
</style>
border-color css
<style>
span { border-color: #CED62A; }
span { border-color: rgb(206,214,42); }
td.TdClassName
{
border-color: #CED62A;
}
.TagClassName
{
border-color: #CED62A;
}
</style>