Shades of Bitter Lemon #CFD73E
Tints of Bitter Lemon #CFD73E
RGB
CMYK
RGB Variations
Color information
#CFD73E (or 0xCFD73E) is known color: Bitter Lemon. HEX triplet: CF, D7 and 3E. RGB value is (207,215,62). Sum of RGB (Red+Green+Blue) = 207+215+62=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD73E is #3028C1. Grayscale: #C3C3C3. Windows color (decimal): -3156162 or 4118479. OLE color: 4118479.
HSL color Cylindrical-coordinate representation of color #CFD73E: hue angle of 63.14º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFD73E is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 62 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.16 |
| HSL | 63.14º | 0.66% | 0.54% | - |
| HSV(B) | 63.14º | 0.71% | 0.84% | - |
| XYZ | 50.9 | 62.21 | 13.88 | - |
| YUV | 195.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 62 | 0.04 | 0 | 0.71 | 0.16 | 63.14 | 0.66 | 0.54 |
| Hex | CF | D7 | 3E | 4 | 0 | 47 | 10 | 3F | 42 | 36 |
| Octal | 317 | 327 | 76 | 4 | 0 | 107 | 20 | 77 | 102 | 66 |
| Binary | 11001111 | 11010111 | 111110 | 100 | 0 | 1000111 | 10000 | 111111 | 1000010 | 110110 |
Color Harmonies of #CFD73E
Complementary color
Monochromatic Colors of #CFD73E
Black with #CFD73E
Text Example
Text Example
White with #CFD73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD73E; }
p { color: rgb(207,215,62); }
H1.HeaderClassName
{
color: #CFD73E;
}
.AnyTagClassName
{
color: #CFD73E;
}
</style>
background-color css
<style>
a { background-color: #CFD73E; }
a { background-color: rgb(207,215,62); }
div.DivClassName
{
background-color: #CFD73E;
}
.BgClassName
{
background-color: #CFD73E;
}
</style>
border-color css
<style>
span { border-color: #CFD73E; }
span { border-color: rgb(207,215,62); }
td.TdClassName
{
border-color: #CFD73E;
}
.TagClassName
{
border-color: #CFD73E;
}
</style>