Shades of Bitter Lemon #CFDA2F
Tints of Bitter Lemon #CFDA2F
RGB
CMYK
RGB Variations
Color information
#CFDA2F (or 0xCFDA2F) is known color: Bitter Lemon. HEX triplet: CF, DA and 2F. RGB value is (207,218,47). Sum of RGB (Red+Green+Blue) = 207+218+47=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA2F is #3025D0. Grayscale: #C3C3C3. Windows color (decimal): -3155409 or 3136207. OLE color: 3136207.
HSL color Cylindrical-coordinate representation of color #CFDA2F: hue angle of 63.86º degrees, saturation: 0.7, 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 #CFDA2F is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 47 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.15 |
| HSL | 63.86º | 0.7% | 0.52% | - |
| HSV(B) | 63.86º | 0.78% | 0.85% | - |
| XYZ | 51.32 | 63.61 | 12.26 | - |
| YUV | 195.22 | 44.36 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 47 | 0.05 | 0 | 0.78 | 0.15 | 63.86 | 0.7 | 0.52 |
| Hex | CF | DA | 2F | 5 | 0 | 4E | F | 40 | 46 | 34 |
| Octal | 317 | 332 | 57 | 5 | 0 | 116 | 17 | 100 | 106 | 64 |
| Binary | 11001111 | 11011010 | 101111 | 101 | 0 | 1001110 | 1111 | 1000000 | 1000110 | 110100 |
Color Harmonies of #CFDA2F
Complementary color
Monochromatic Colors of #CFDA2F
Black with #CFDA2F
Text Example
Text Example
White with #CFDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA2F; }
p { color: rgb(207,218,47); }
H1.HeaderClassName
{
color: #CFDA2F;
}
.AnyTagClassName
{
color: #CFDA2F;
}
</style>
background-color css
<style>
a { background-color: #CFDA2F; }
a { background-color: rgb(207,218,47); }
div.DivClassName
{
background-color: #CFDA2F;
}
.BgClassName
{
background-color: #CFDA2F;
}
</style>
border-color css
<style>
span { border-color: #CFDA2F; }
span { border-color: rgb(207,218,47); }
td.TdClassName
{
border-color: #CFDA2F;
}
.TagClassName
{
border-color: #CFDA2F;
}
</style>