Shades of Bitter Lemon #CFD73C
Tints of Bitter Lemon #CFD73C
RGB
CMYK
RGB Variations
Color information
#CFD73C (or 0xCFD73C) is known color: Bitter Lemon. HEX triplet: CF, D7 and 3C. RGB value is (207,215,60). Sum of RGB (Red+Green+Blue) = 207+215+60=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD73C is #3028C3. Grayscale: #C3C3C3. Windows color (decimal): -3156164 or 3987407. OLE color: 3987407.
HSL color Cylindrical-coordinate representation of color #CFD73C: hue angle of 63.1º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFD73C is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 60 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.16 |
| HSL | 63.1º | 0.66% | 0.54% | - |
| HSV(B) | 63.1º | 0.72% | 0.84% | - |
| XYZ | 50.85 | 62.19 | 13.6 | - |
| YUV | 194.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 60 | 0.04 | 0 | 0.72 | 0.16 | 63.1 | 0.66 | 0.54 |
| Hex | CF | D7 | 3C | 4 | 0 | 48 | 10 | 3F | 42 | 36 |
| Octal | 317 | 327 | 74 | 4 | 0 | 110 | 20 | 77 | 102 | 66 |
| Binary | 11001111 | 11010111 | 111100 | 100 | 0 | 1001000 | 10000 | 111111 | 1000010 | 110110 |
Color Harmonies of #CFD73C
Complementary color
Monochromatic Colors of #CFD73C
Black with #CFD73C
Text Example
Text Example
White with #CFD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD73C; }
p { color: rgb(207,215,60); }
H1.HeaderClassName
{
color: #CFD73C;
}
.AnyTagClassName
{
color: #CFD73C;
}
</style>
background-color css
<style>
a { background-color: #CFD73C; }
a { background-color: rgb(207,215,60); }
div.DivClassName
{
background-color: #CFD73C;
}
.BgClassName
{
background-color: #CFD73C;
}
</style>
border-color css
<style>
span { border-color: #CFD73C; }
span { border-color: rgb(207,215,60); }
td.TdClassName
{
border-color: #CFD73C;
}
.TagClassName
{
border-color: #CFD73C;
}
</style>