Shades of Bitter Lemon #CFD22F
Tints of Bitter Lemon #CFD22F
RGB
CMYK
RGB Variations
Color information
#CFD22F (or 0xCFD22F) is known color: Bitter Lemon. HEX triplet: CF, D2 and 2F. RGB value is (207,210,47). Sum of RGB (Red+Green+Blue) = 207+210+47=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD22F is #302DD0. Grayscale: #BFBFBF. Windows color (decimal): -3157457 or 3134159. OLE color: 3134159.
HSL color Cylindrical-coordinate representation of color #CFD22F: hue angle of 61.1º 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 #CFD22F is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 47 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.18 |
| HSL | 61.1º | 0.64% | 0.5% | - |
| HSV(B) | 61.1º | 0.78% | 0.82% | - |
| XYZ | 49.29 | 59.56 | 11.59 | - |
| YUV | 190.52 | 47.01 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 47 | 0.01 | 0 | 0.78 | 0.18 | 61.1 | 0.64 | 0.5 |
| Hex | CF | D2 | 2F | 1 | 0 | 4E | 12 | 3D | 40 | 32 |
| Octal | 317 | 322 | 57 | 1 | 0 | 116 | 22 | 75 | 100 | 62 |
| Binary | 11001111 | 11010010 | 101111 | 1 | 0 | 1001110 | 10010 | 111101 | 1000000 | 110010 |
Color Harmonies of #CFD22F
Complementary color
Monochromatic Colors of #CFD22F
Black with #CFD22F
Text Example
Text Example
White with #CFD22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD22F; }
p { color: rgb(207,210,47); }
H1.HeaderClassName
{
color: #CFD22F;
}
.AnyTagClassName
{
color: #CFD22F;
}
</style>
background-color css
<style>
a { background-color: #CFD22F; }
a { background-color: rgb(207,210,47); }
div.DivClassName
{
background-color: #CFD22F;
}
.BgClassName
{
background-color: #CFD22F;
}
</style>
border-color css
<style>
span { border-color: #CFD22F; }
span { border-color: rgb(207,210,47); }
td.TdClassName
{
border-color: #CFD22F;
}
.TagClassName
{
border-color: #CFD22F;
}
</style>