Shades of Bitter Lemon #CED62D
Tints of Bitter Lemon #CED62D
RGB
CMYK
RGB Variations
Color information
#CED62D (or 0xCED62D) is known color: Bitter Lemon. HEX triplet: CE, D6 and 2D. RGB value is (206,214,45). Sum of RGB (Red+Green+Blue) = 206+214+45=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #CED62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED62D is #3129D2. Grayscale: #C1C1C1. Windows color (decimal): -3221971 or 3004110. OLE color: 3004110.
HSL color Cylindrical-coordinate representation of color #CED62D: hue angle of 62.84º 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 #CED62D is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 45 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.16 |
| HSL | 62.84º | 0.67% | 0.51% | - |
| HSV(B) | 62.84º | 0.79% | 0.84% | - |
| XYZ | 49.97 | 61.4 | 11.7 | - |
| YUV | 192.34 | 44.85 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 45 | 0.04 | 0 | 0.79 | 0.16 | 62.84 | 0.67 | 0.51 |
| Hex | CE | D6 | 2D | 4 | 0 | 4F | 10 | 3F | 43 | 33 |
| Octal | 316 | 326 | 55 | 4 | 0 | 117 | 20 | 77 | 103 | 63 |
| Binary | 11001110 | 11010110 | 101101 | 100 | 0 | 1001111 | 10000 | 111111 | 1000011 | 110011 |
Color Harmonies of #CED62D
Complementary color
Monochromatic Colors of #CED62D
Black with #CED62D
Text Example
Text Example
White with #CED62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED62D; }
p { color: rgb(206,214,45); }
H1.HeaderClassName
{
color: #CED62D;
}
.AnyTagClassName
{
color: #CED62D;
}
</style>
background-color css
<style>
a { background-color: #CED62D; }
a { background-color: rgb(206,214,45); }
div.DivClassName
{
background-color: #CED62D;
}
.BgClassName
{
background-color: #CED62D;
}
</style>
border-color css
<style>
span { border-color: #CED62D; }
span { border-color: rgb(206,214,45); }
td.TdClassName
{
border-color: #CED62D;
}
.TagClassName
{
border-color: #CED62D;
}
</style>