Shades of Bitter Lemon #CFD73F
Tints of Bitter Lemon #CFD73F
RGB
CMYK
RGB Variations
Color information
#CFD73F (or 0xCFD73F) is known color: Bitter Lemon. HEX triplet: CF, D7 and 3F. RGB value is (207,215,63). Sum of RGB (Red+Green+Blue) = 207+215+63=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD73F is #3028C0. Grayscale: #C3C3C3. Windows color (decimal): -3156161 or 4184015. OLE color: 4184015.
HSL color Cylindrical-coordinate representation of color #CFD73F: hue angle of 63.16º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFD73F is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 63 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.16 |
| HSL | 63.16º | 0.66% | 0.55% | - |
| HSV(B) | 63.16º | 0.71% | 0.84% | - |
| XYZ | 50.93 | 62.23 | 14.03 | - |
| YUV | 195.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 63 | 0.04 | 0 | 0.71 | 0.16 | 63.16 | 0.66 | 0.55 |
| Hex | CF | D7 | 3F | 4 | 0 | 47 | 10 | 3F | 42 | 37 |
| Octal | 317 | 327 | 77 | 4 | 0 | 107 | 20 | 77 | 102 | 67 |
| Binary | 11001111 | 11010111 | 111111 | 100 | 0 | 1000111 | 10000 | 111111 | 1000010 | 110111 |
Color Harmonies of #CFD73F
Complementary color
Monochromatic Colors of #CFD73F
Black with #CFD73F
Text Example
Text Example
White with #CFD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD73F; }
p { color: rgb(207,215,63); }
H1.HeaderClassName
{
color: #CFD73F;
}
.AnyTagClassName
{
color: #CFD73F;
}
</style>
background-color css
<style>
a { background-color: #CFD73F; }
a { background-color: rgb(207,215,63); }
div.DivClassName
{
background-color: #CFD73F;
}
.BgClassName
{
background-color: #CFD73F;
}
</style>
border-color css
<style>
span { border-color: #CFD73F; }
span { border-color: rgb(207,215,63); }
td.TdClassName
{
border-color: #CFD73F;
}
.TagClassName
{
border-color: #CFD73F;
}
</style>