Shades of Bitter Lemon #CFD540
Tints of Bitter Lemon #CFD540
RGB
CMYK
RGB Variations
Color information
#CFD540 (or 0xCFD540) is known color: Bitter Lemon. HEX triplet: CF, D5 and 40. RGB value is (207,213,64). Sum of RGB (Red+Green+Blue) = 207+213+64=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD540 is #302ABF. Grayscale: #C2C2C2. Windows color (decimal): -3156672 or 4249039. OLE color: 4249039.
HSL color Cylindrical-coordinate representation of color #CFD540: hue angle of 62.42º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFD540 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 64 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.16 |
| HSL | 62.42º | 0.64% | 0.54% | - |
| HSV(B) | 62.42º | 0.7% | 0.84% | - |
| XYZ | 50.45 | 61.22 | 14.01 | - |
| YUV | 194.22 | 54.51 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 64 | 0.03 | 0 | 0.70 | 0.16 | 62.42 | 0.64 | 0.54 |
| Hex | CF | D5 | 40 | 3 | 0 | 46 | 10 | 3E | 40 | 36 |
| Octal | 317 | 325 | 100 | 3 | 0 | 106 | 20 | 76 | 100 | 66 |
| Binary | 11001111 | 11010101 | 1000000 | 11 | 0 | 1000110 | 10000 | 111110 | 1000000 | 110110 |
Color Harmonies of #CFD540
Complementary color
Monochromatic Colors of #CFD540
Black with #CFD540
Text Example
Text Example
White with #CFD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD540; }
p { color: rgb(207,213,64); }
H1.HeaderClassName
{
color: #CFD540;
}
.AnyTagClassName
{
color: #CFD540;
}
</style>
background-color css
<style>
a { background-color: #CFD540; }
a { background-color: rgb(207,213,64); }
div.DivClassName
{
background-color: #CFD540;
}
.BgClassName
{
background-color: #CFD540;
}
</style>
border-color css
<style>
span { border-color: #CFD540; }
span { border-color: rgb(207,213,64); }
td.TdClassName
{
border-color: #CFD540;
}
.TagClassName
{
border-color: #CFD540;
}
</style>