Shades of Bitter Lemon #CFD22E
Tints of Bitter Lemon #CFD22E
RGB
CMYK
RGB Variations
Color information
#CFD22E (or 0xCFD22E) is known color: Bitter Lemon. HEX triplet: CF, D2 and 2E. RGB value is (207,210,46). Sum of RGB (Red+Green+Blue) = 207+210+46=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD22E is #302DD1. Grayscale: #BFBFBF. Windows color (decimal): -3157458 or 3068623. OLE color: 3068623.
HSL color Cylindrical-coordinate representation of color #CFD22E: hue angle of 61.1º degrees, saturation: 0.65, 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 #CFD22E is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 46 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.18 |
| HSL | 61.1º | 0.65% | 0.5% | - |
| HSV(B) | 61.1º | 0.78% | 0.82% | - |
| XYZ | 49.27 | 59.56 | 11.48 | - |
| YUV | 190.41 | 46.51 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 46 | 0.01 | 0 | 0.78 | 0.18 | 61.1 | 0.65 | 0.5 |
| Hex | CF | D2 | 2E | 1 | 0 | 4E | 12 | 3D | 41 | 32 |
| Octal | 317 | 322 | 56 | 1 | 0 | 116 | 22 | 75 | 101 | 62 |
| Binary | 11001111 | 11010010 | 101110 | 1 | 0 | 1001110 | 10010 | 111101 | 1000001 | 110010 |
Color Harmonies of #CFD22E
Complementary color
Monochromatic Colors of #CFD22E
Black with #CFD22E
Text Example
Text Example
White with #CFD22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD22E; }
p { color: rgb(207,210,46); }
H1.HeaderClassName
{
color: #CFD22E;
}
.AnyTagClassName
{
color: #CFD22E;
}
</style>
background-color css
<style>
a { background-color: #CFD22E; }
a { background-color: rgb(207,210,46); }
div.DivClassName
{
background-color: #CFD22E;
}
.BgClassName
{
background-color: #CFD22E;
}
</style>
border-color css
<style>
span { border-color: #CFD22E; }
span { border-color: rgb(207,210,46); }
td.TdClassName
{
border-color: #CFD22E;
}
.TagClassName
{
border-color: #CFD22E;
}
</style>