Shades of Bitter Lemon #CED62F
Tints of Bitter Lemon #CED62F
RGB
CMYK
RGB Variations
Color information
#CED62F (or 0xCED62F) is known color: Bitter Lemon. HEX triplet: CE, D6 and 2F. RGB value is (206,214,47). Sum of RGB (Red+Green+Blue) = 206+214+47=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #CED62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED62F is #3129D0. Grayscale: #C1C1C1. Windows color (decimal): -3221969 or 3135182. OLE color: 3135182.
HSL color Cylindrical-coordinate representation of color #CED62F: hue angle of 62.87º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CED62F is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 47 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.16 |
| HSL | 62.87º | 0.67% | 0.51% | - |
| HSV(B) | 62.87º | 0.78% | 0.84% | - |
| XYZ | 50.01 | 61.42 | 11.91 | - |
| YUV | 192.57 | 45.85 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 47 | 0.04 | 0 | 0.78 | 0.16 | 62.87 | 0.67 | 0.51 |
| Hex | CE | D6 | 2F | 4 | 0 | 4E | 10 | 3F | 43 | 33 |
| Octal | 316 | 326 | 57 | 4 | 0 | 116 | 20 | 77 | 103 | 63 |
| Binary | 11001110 | 11010110 | 101111 | 100 | 0 | 1001110 | 10000 | 111111 | 1000011 | 110011 |
Color Harmonies of #CED62F
Complementary color
Monochromatic Colors of #CED62F
Black with #CED62F
Text Example
Text Example
White with #CED62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED62F; }
p { color: rgb(206,214,47); }
H1.HeaderClassName
{
color: #CED62F;
}
.AnyTagClassName
{
color: #CED62F;
}
</style>
background-color css
<style>
a { background-color: #CED62F; }
a { background-color: rgb(206,214,47); }
div.DivClassName
{
background-color: #CED62F;
}
.BgClassName
{
background-color: #CED62F;
}
</style>
border-color css
<style>
span { border-color: #CED62F; }
span { border-color: rgb(206,214,47); }
td.TdClassName
{
border-color: #CED62F;
}
.TagClassName
{
border-color: #CED62F;
}
</style>