Shades of Bitter Lemon #CFD53B
Tints of Bitter Lemon #CFD53B
RGB
CMYK
RGB Variations
Color information
#CFD53B (or 0xCFD53B) is known color: Bitter Lemon. HEX triplet: CF, D5 and 3B. RGB value is (207,213,59). Sum of RGB (Red+Green+Blue) = 207+213+59=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD53B is #302AC4. Grayscale: #C2C2C2. Windows color (decimal): -3156677 or 3921359. OLE color: 3921359.
HSL color Cylindrical-coordinate representation of color #CFD53B: hue angle of 62.34º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFD53B is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 59 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.16 |
| HSL | 62.34º | 0.65% | 0.53% | - |
| HSV(B) | 62.34º | 0.72% | 0.84% | - |
| XYZ | 50.32 | 61.17 | 13.29 | - |
| YUV | 193.65 | 52.01 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 59 | 0.03 | 0 | 0.72 | 0.16 | 62.34 | 0.65 | 0.53 |
| Hex | CF | D5 | 3B | 3 | 0 | 48 | 10 | 3E | 41 | 35 |
| Octal | 317 | 325 | 73 | 3 | 0 | 110 | 20 | 76 | 101 | 65 |
| Binary | 11001111 | 11010101 | 111011 | 11 | 0 | 1001000 | 10000 | 111110 | 1000001 | 110101 |
Color Harmonies of #CFD53B
Complementary color
Monochromatic Colors of #CFD53B
Black with #CFD53B
Text Example
Text Example
White with #CFD53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD53B; }
p { color: rgb(207,213,59); }
H1.HeaderClassName
{
color: #CFD53B;
}
.AnyTagClassName
{
color: #CFD53B;
}
</style>
background-color css
<style>
a { background-color: #CFD53B; }
a { background-color: rgb(207,213,59); }
div.DivClassName
{
background-color: #CFD53B;
}
.BgClassName
{
background-color: #CFD53B;
}
</style>
border-color css
<style>
span { border-color: #CFD53B; }
span { border-color: rgb(207,213,59); }
td.TdClassName
{
border-color: #CFD53B;
}
.TagClassName
{
border-color: #CFD53B;
}
</style>