Shades of Bitter Lemon #CED82F
Tints of Bitter Lemon #CED82F
RGB
CMYK
RGB Variations
Color information
#CED82F (or 0xCED82F) is known color: Bitter Lemon. HEX triplet: CE, D8 and 2F. RGB value is (206,216,47). Sum of RGB (Red+Green+Blue) = 206+216+47=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #CED82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED82F is #3127D0. Grayscale: #C2C2C2. Windows color (decimal): -3221457 or 3135694. OLE color: 3135694.
HSL color Cylindrical-coordinate representation of color #CED82F: hue angle of 63.55º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CED82F is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 47 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.15 |
| HSL | 63.55º | 0.68% | 0.52% | - |
| HSV(B) | 63.55º | 0.78% | 0.85% | - |
| XYZ | 50.52 | 62.44 | 12.08 | - |
| YUV | 193.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 47 | 0.05 | 0 | 0.78 | 0.15 | 63.55 | 0.68 | 0.52 |
| Hex | CE | D8 | 2F | 5 | 0 | 4E | F | 40 | 44 | 34 |
| Octal | 316 | 330 | 57 | 5 | 0 | 116 | 17 | 100 | 104 | 64 |
| Binary | 11001110 | 11011000 | 101111 | 101 | 0 | 1001110 | 1111 | 1000000 | 1000100 | 110100 |
Color Harmonies of #CED82F
Complementary color
Monochromatic Colors of #CED82F
Black with #CED82F
Text Example
Text Example
White with #CED82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED82F; }
p { color: rgb(206,216,47); }
H1.HeaderClassName
{
color: #CED82F;
}
.AnyTagClassName
{
color: #CED82F;
}
</style>
background-color css
<style>
a { background-color: #CED82F; }
a { background-color: rgb(206,216,47); }
div.DivClassName
{
background-color: #CED82F;
}
.BgClassName
{
background-color: #CED82F;
}
</style>
border-color css
<style>
span { border-color: #CED82F; }
span { border-color: rgb(206,216,47); }
td.TdClassName
{
border-color: #CED82F;
}
.TagClassName
{
border-color: #CED82F;
}
</style>