Shades of Bitter Lemon #CFD537
Tints of Bitter Lemon #CFD537
RGB
CMYK
RGB Variations
Color information
#CFD537 (or 0xCFD537) is known color: Bitter Lemon. HEX triplet: CF, D5 and 37. RGB value is (207,213,55). Sum of RGB (Red+Green+Blue) = 207+213+55=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD537 is #302AC8. Grayscale: #C1C1C1. Windows color (decimal): -3156681 or 3659215. OLE color: 3659215.
HSL color Cylindrical-coordinate representation of color #CFD537: hue angle of 62.28º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFD537 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 55 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.16 |
| HSL | 62.28º | 0.65% | 0.53% | - |
| HSV(B) | 62.28º | 0.74% | 0.84% | - |
| XYZ | 50.22 | 61.13 | 12.77 | - |
| YUV | 193.19 | 50.01 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 55 | 0.03 | 0 | 0.74 | 0.16 | 62.28 | 0.65 | 0.53 |
| Hex | CF | D5 | 37 | 3 | 0 | 4A | 10 | 3E | 41 | 35 |
| Octal | 317 | 325 | 67 | 3 | 0 | 112 | 20 | 76 | 101 | 65 |
| Binary | 11001111 | 11010101 | 110111 | 11 | 0 | 1001010 | 10000 | 111110 | 1000001 | 110101 |
Color Harmonies of #CFD537
Complementary color
Monochromatic Colors of #CFD537
Black with #CFD537
Text Example
Text Example
White with #CFD537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD537; }
p { color: rgb(207,213,55); }
H1.HeaderClassName
{
color: #CFD537;
}
.AnyTagClassName
{
color: #CFD537;
}
</style>
background-color css
<style>
a { background-color: #CFD537; }
a { background-color: rgb(207,213,55); }
div.DivClassName
{
background-color: #CFD537;
}
.BgClassName
{
background-color: #CFD537;
}
</style>
border-color css
<style>
span { border-color: #CFD537; }
span { border-color: rgb(207,213,55); }
td.TdClassName
{
border-color: #CFD537;
}
.TagClassName
{
border-color: #CFD537;
}
</style>