Shades of Bitter Lemon #CED22F
Tints of Bitter Lemon #CED22F
RGB
CMYK
RGB Variations
Color information
#CED22F (or 0xCED22F) is known color: Bitter Lemon. HEX triplet: CE, D2 and 2F. RGB value is (206,210,47). Sum of RGB (Red+Green+Blue) = 206+210+47=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #CED22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED22F is #312DD0. Grayscale: #BEBEBE. Windows color (decimal): -3222993 or 3134158. OLE color: 3134158.
HSL color Cylindrical-coordinate representation of color #CED22F: hue angle of 61.47º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CED22F is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 47 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.18 |
| HSL | 61.47º | 0.64% | 0.5% | - |
| HSV(B) | 61.47º | 0.78% | 0.82% | - |
| XYZ | 49.01 | 59.42 | 11.58 | - |
| YUV | 190.22 | 47.17 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 47 | 0.02 | 0 | 0.78 | 0.18 | 61.47 | 0.64 | 0.5 |
| Hex | CE | D2 | 2F | 2 | 0 | 4E | 12 | 3D | 40 | 32 |
| Octal | 316 | 322 | 57 | 2 | 0 | 116 | 22 | 75 | 100 | 62 |
| Binary | 11001110 | 11010010 | 101111 | 10 | 0 | 1001110 | 10010 | 111101 | 1000000 | 110010 |
Color Harmonies of #CED22F
Complementary color
Monochromatic Colors of #CED22F
Black with #CED22F
Text Example
Text Example
White with #CED22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED22F; }
p { color: rgb(206,210,47); }
H1.HeaderClassName
{
color: #CED22F;
}
.AnyTagClassName
{
color: #CED22F;
}
</style>
background-color css
<style>
a { background-color: #CED22F; }
a { background-color: rgb(206,210,47); }
div.DivClassName
{
background-color: #CED22F;
}
.BgClassName
{
background-color: #CED22F;
}
</style>
border-color css
<style>
span { border-color: #CED22F; }
span { border-color: rgb(206,210,47); }
td.TdClassName
{
border-color: #CED22F;
}
.TagClassName
{
border-color: #CED22F;
}
</style>