Shades of Bitter Lemon #CFD535
Tints of Bitter Lemon #CFD535
RGB
CMYK
RGB Variations
Color information
#CFD535 (or 0xCFD535) is known color: Bitter Lemon. HEX triplet: CF, D5 and 35. RGB value is (207,213,53). Sum of RGB (Red+Green+Blue) = 207+213+53=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD535 is #302ACA. Grayscale: #C1C1C1. Windows color (decimal): -3156683 or 3528143. OLE color: 3528143.
HSL color Cylindrical-coordinate representation of color #CFD535: hue angle of 62.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFD535 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 53 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.16 |
| HSL | 62.25º | 0.66% | 0.52% | - |
| HSV(B) | 62.25º | 0.75% | 0.84% | - |
| XYZ | 50.17 | 61.11 | 12.52 | - |
| YUV | 192.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 53 | 0.03 | 0 | 0.75 | 0.16 | 62.25 | 0.66 | 0.52 |
| Hex | CF | D5 | 35 | 3 | 0 | 4B | 10 | 3E | 42 | 34 |
| Octal | 317 | 325 | 65 | 3 | 0 | 113 | 20 | 76 | 102 | 64 |
| Binary | 11001111 | 11010101 | 110101 | 11 | 0 | 1001011 | 10000 | 111110 | 1000010 | 110100 |
Color Harmonies of #CFD535
Complementary color
Monochromatic Colors of #CFD535
Black with #CFD535
Text Example
Text Example
White with #CFD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD535; }
p { color: rgb(207,213,53); }
H1.HeaderClassName
{
color: #CFD535;
}
.AnyTagClassName
{
color: #CFD535;
}
</style>
background-color css
<style>
a { background-color: #CFD535; }
a { background-color: rgb(207,213,53); }
div.DivClassName
{
background-color: #CFD535;
}
.BgClassName
{
background-color: #CFD535;
}
</style>
border-color css
<style>
span { border-color: #CFD535; }
span { border-color: rgb(207,213,53); }
td.TdClassName
{
border-color: #CFD535;
}
.TagClassName
{
border-color: #CFD535;
}
</style>