Shades of Bitter Lemon #CFD53F
Tints of Bitter Lemon #CFD53F
RGB
CMYK
RGB Variations
Color information
#CFD53F (or 0xCFD53F) is known color: Bitter Lemon. HEX triplet: CF, D5 and 3F. RGB value is (207,213,63). Sum of RGB (Red+Green+Blue) = 207+213+63=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD53F is #302AC0. Grayscale: #C2C2C2. Windows color (decimal): -3156673 or 4183503. OLE color: 4183503.
HSL color Cylindrical-coordinate representation of color #CFD53F: hue angle of 62.4º 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 #CFD53F is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 63 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.16 |
| HSL | 62.4º | 0.64% | 0.54% | - |
| HSV(B) | 62.4º | 0.7% | 0.84% | - |
| XYZ | 50.42 | 61.21 | 13.86 | - |
| YUV | 194.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 63 | 0.03 | 0 | 0.70 | 0.16 | 62.4 | 0.64 | 0.54 |
| Hex | CF | D5 | 3F | 3 | 0 | 46 | 10 | 3E | 40 | 36 |
| Octal | 317 | 325 | 77 | 3 | 0 | 106 | 20 | 76 | 100 | 66 |
| Binary | 11001111 | 11010101 | 111111 | 11 | 0 | 1000110 | 10000 | 111110 | 1000000 | 110110 |
Color Harmonies of #CFD53F
Complementary color
Monochromatic Colors of #CFD53F
Black with #CFD53F
Text Example
Text Example
White with #CFD53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD53F; }
p { color: rgb(207,213,63); }
H1.HeaderClassName
{
color: #CFD53F;
}
.AnyTagClassName
{
color: #CFD53F;
}
</style>
background-color css
<style>
a { background-color: #CFD53F; }
a { background-color: rgb(207,213,63); }
div.DivClassName
{
background-color: #CFD53F;
}
.BgClassName
{
background-color: #CFD53F;
}
</style>
border-color css
<style>
span { border-color: #CFD53F; }
span { border-color: rgb(207,213,63); }
td.TdClassName
{
border-color: #CFD53F;
}
.TagClassName
{
border-color: #CFD53F;
}
</style>