Shades of Bitter Lemon #CFDD2F
Tints of Bitter Lemon #CFDD2F
RGB
CMYK
RGB Variations
Color information
#CFDD2F (or 0xCFDD2F) is known color: Bitter Lemon. HEX triplet: CF, DD and 2F. RGB value is (207,221,47). Sum of RGB (Red+Green+Blue) = 207+221+47=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD2F is #3022D0. Grayscale: #C5C5C5. Windows color (decimal): -3154641 or 3136975. OLE color: 3136975.
HSL color Cylindrical-coordinate representation of color #CFDD2F: hue angle of 64.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFDD2F is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 47 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.13 |
| HSL | 64.83º | 0.72% | 0.53% | - |
| HSV(B) | 64.83º | 0.79% | 0.87% | - |
| XYZ | 52.1 | 65.18 | 12.52 | - |
| YUV | 196.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 47 | 0.06 | 0 | 0.79 | 0.13 | 64.83 | 0.72 | 0.53 |
| Hex | CF | DD | 2F | 6 | 0 | 4F | D | 41 | 48 | 35 |
| Octal | 317 | 335 | 57 | 6 | 0 | 117 | 15 | 101 | 110 | 65 |
| Binary | 11001111 | 11011101 | 101111 | 110 | 0 | 1001111 | 1101 | 1000001 | 1001000 | 110101 |
Color Harmonies of #CFDD2F
Complementary color
Monochromatic Colors of #CFDD2F
Black with #CFDD2F
Text Example
Text Example
White with #CFDD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD2F; }
p { color: rgb(207,221,47); }
H1.HeaderClassName
{
color: #CFDD2F;
}
.AnyTagClassName
{
color: #CFDD2F;
}
</style>
background-color css
<style>
a { background-color: #CFDD2F; }
a { background-color: rgb(207,221,47); }
div.DivClassName
{
background-color: #CFDD2F;
}
.BgClassName
{
background-color: #CFDD2F;
}
</style>
border-color css
<style>
span { border-color: #CFDD2F; }
span { border-color: rgb(207,221,47); }
td.TdClassName
{
border-color: #CFDD2F;
}
.TagClassName
{
border-color: #CFDD2F;
}
</style>