Shades of Bitter Lemon #CFD037
Tints of Bitter Lemon #CFD037
RGB
CMYK
RGB Variations
Color information
#CFD037 (or 0xCFD037) is known color: Bitter Lemon. HEX triplet: CF, D0 and 37. RGB value is (207,208,55). Sum of RGB (Red+Green+Blue) = 207+208+55=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD037 is #302FC8. Grayscale: #BEBEBE. Windows color (decimal): -3157961 or 3657935. OLE color: 3657935.
HSL color Cylindrical-coordinate representation of color #CFD037: hue angle of 60.39º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFD037 is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 55 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.18 |
| HSL | 60.39º | 0.62% | 0.52% | - |
| HSV(B) | 60.39º | 0.74% | 0.82% | - |
| XYZ | 48.98 | 58.65 | 12.35 | - |
| YUV | 190.26 | 51.67 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 55 | 0.00 | 0 | 0.74 | 0.18 | 60.39 | 0.62 | 0.52 |
| Hex | CF | D0 | 37 | 0 | 0 | 4A | 12 | 3C | 3E | 34 |
| Octal | 317 | 320 | 67 | 0 | 0 | 112 | 22 | 74 | 76 | 64 |
| Binary | 11001111 | 11010000 | 110111 | 0 | 0 | 1001010 | 10010 | 111100 | 111110 | 110100 |
Color Harmonies of #CFD037
Complementary color
Monochromatic Colors of #CFD037
Black with #CFD037
Text Example
Text Example
White with #CFD037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD037; }
p { color: rgb(207,208,55); }
H1.HeaderClassName
{
color: #CFD037;
}
.AnyTagClassName
{
color: #CFD037;
}
</style>
background-color css
<style>
a { background-color: #CFD037; }
a { background-color: rgb(207,208,55); }
div.DivClassName
{
background-color: #CFD037;
}
.BgClassName
{
background-color: #CFD037;
}
</style>
border-color css
<style>
span { border-color: #CFD037; }
span { border-color: rgb(207,208,55); }
td.TdClassName
{
border-color: #CFD037;
}
.TagClassName
{
border-color: #CFD037;
}
</style>