Shades of Bitter Lemon #CFD739
Tints of Bitter Lemon #CFD739
RGB
CMYK
RGB Variations
Color information
#CFD739 (or 0xCFD739) is known color: Bitter Lemon. HEX triplet: CF, D7 and 39. RGB value is (207,215,57). Sum of RGB (Red+Green+Blue) = 207+215+57=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 57 (22.66% from 255 or 11.90% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD739 is #3028C6. Grayscale: #C3C3C3. Windows color (decimal): -3156167 or 3790799. OLE color: 3790799.
HSL color Cylindrical-coordinate representation of color #CFD739: hue angle of 63.04º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFD739 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 57 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.16 |
| HSL | 63.04º | 0.66% | 0.53% | - |
| HSV(B) | 63.04º | 0.73% | 0.84% | - |
| XYZ | 50.77 | 62.16 | 13.19 | - |
| YUV | 194.6 | 50.35 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 57 | 0.04 | 0 | 0.73 | 0.16 | 63.04 | 0.66 | 0.53 |
| Hex | CF | D7 | 39 | 4 | 0 | 49 | 10 | 3F | 42 | 35 |
| Octal | 317 | 327 | 71 | 4 | 0 | 111 | 20 | 77 | 102 | 65 |
| Binary | 11001111 | 11010111 | 111001 | 100 | 0 | 1001001 | 10000 | 111111 | 1000010 | 110101 |
Color Harmonies of #CFD739
Complementary color
Monochromatic Colors of #CFD739
Black with #CFD739
Text Example
Text Example
White with #CFD739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD739; }
p { color: rgb(207,215,57); }
H1.HeaderClassName
{
color: #CFD739;
}
.AnyTagClassName
{
color: #CFD739;
}
</style>
background-color css
<style>
a { background-color: #CFD739; }
a { background-color: rgb(207,215,57); }
div.DivClassName
{
background-color: #CFD739;
}
.BgClassName
{
background-color: #CFD739;
}
</style>
border-color css
<style>
span { border-color: #CFD739; }
span { border-color: rgb(207,215,57); }
td.TdClassName
{
border-color: #CFD739;
}
.TagClassName
{
border-color: #CFD739;
}
</style>