Shades of Bitter Lemon #CFD339
Tints of Bitter Lemon #CFD339
RGB
CMYK
RGB Variations
Color information
#CFD339 (or 0xCFD339) is known color: Bitter Lemon. HEX triplet: CF, D3 and 39. RGB value is (207,211,57). Sum of RGB (Red+Green+Blue) = 207+211+57=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 57 (22.66% from 255 or 12% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD339 is #302CC6. Grayscale: #C0C0C0. Windows color (decimal): -3157191 or 3789775. OLE color: 3789775.
HSL color Cylindrical-coordinate representation of color #CFD339: hue angle of 61.56º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFD339 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 57 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.17 |
| HSL | 61.56º | 0.64% | 0.53% | - |
| HSV(B) | 61.56º | 0.73% | 0.83% | - |
| XYZ | 49.76 | 60.15 | 12.86 | - |
| YUV | 192.25 | 51.67 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 57 | 0.02 | 0 | 0.73 | 0.17 | 61.56 | 0.64 | 0.53 |
| Hex | CF | D3 | 39 | 2 | 0 | 49 | 11 | 3E | 40 | 35 |
| Octal | 317 | 323 | 71 | 2 | 0 | 111 | 21 | 76 | 100 | 65 |
| Binary | 11001111 | 11010011 | 111001 | 10 | 0 | 1001001 | 10001 | 111110 | 1000000 | 110101 |
Color Harmonies of #CFD339
Complementary color
Monochromatic Colors of #CFD339
Black with #CFD339
Text Example
Text Example
White with #CFD339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD339; }
p { color: rgb(207,211,57); }
H1.HeaderClassName
{
color: #CFD339;
}
.AnyTagClassName
{
color: #CFD339;
}
</style>
background-color css
<style>
a { background-color: #CFD339; }
a { background-color: rgb(207,211,57); }
div.DivClassName
{
background-color: #CFD339;
}
.BgClassName
{
background-color: #CFD339;
}
</style>
border-color css
<style>
span { border-color: #CFD339; }
span { border-color: rgb(207,211,57); }
td.TdClassName
{
border-color: #CFD339;
}
.TagClassName
{
border-color: #CFD339;
}
</style>