Shades of Bitter Lemon #CFD92E
Tints of Bitter Lemon #CFD92E
RGB
CMYK
RGB Variations
Color information
#CFD92E (or 0xCFD92E) is known color: Bitter Lemon. HEX triplet: CF, D9 and 2E. RGB value is (207,217,46). Sum of RGB (Red+Green+Blue) = 207+217+46=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD92E is #3026D1. Grayscale: #C3C3C3. Windows color (decimal): -3155666 or 3070415. OLE color: 3070415.
HSL color Cylindrical-coordinate representation of color #CFD92E: hue angle of 63.51º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFD92E is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 46 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.15 |
| HSL | 63.51º | 0.69% | 0.52% | - |
| HSV(B) | 63.51º | 0.79% | 0.85% | - |
| XYZ | 51.04 | 63.09 | 12.07 | - |
| YUV | 194.52 | 44.19 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 46 | 0.05 | 0 | 0.79 | 0.15 | 63.51 | 0.69 | 0.52 |
| Hex | CF | D9 | 2E | 5 | 0 | 4F | F | 40 | 45 | 34 |
| Octal | 317 | 331 | 56 | 5 | 0 | 117 | 17 | 100 | 105 | 64 |
| Binary | 11001111 | 11011001 | 101110 | 101 | 0 | 1001111 | 1111 | 1000000 | 1000101 | 110100 |
Color Harmonies of #CFD92E
Complementary color
Monochromatic Colors of #CFD92E
Black with #CFD92E
Text Example
Text Example
White with #CFD92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD92E; }
p { color: rgb(207,217,46); }
H1.HeaderClassName
{
color: #CFD92E;
}
.AnyTagClassName
{
color: #CFD92E;
}
</style>
background-color css
<style>
a { background-color: #CFD92E; }
a { background-color: rgb(207,217,46); }
div.DivClassName
{
background-color: #CFD92E;
}
.BgClassName
{
background-color: #CFD92E;
}
</style>
border-color css
<style>
span { border-color: #CFD92E; }
span { border-color: rgb(207,217,46); }
td.TdClassName
{
border-color: #CFD92E;
}
.TagClassName
{
border-color: #CFD92E;
}
</style>