Shades of Bitter Lemon #CFD927
Tints of Bitter Lemon #CFD927
RGB
CMYK
RGB Variations
Color information
#CFD927 (or 0xCFD927) is known color: Bitter Lemon. HEX triplet: CF, D9 and 27. RGB value is (207,217,39). Sum of RGB (Red+Green+Blue) = 207+217+39=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 39 (15.62% from 255 or 8.42% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD927 is #3026D8. Grayscale: #C2C2C2. Windows color (decimal): -3155673 or 2611663. OLE color: 2611663.
HSL color Cylindrical-coordinate representation of color #CFD927: hue angle of 63.37º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFD927 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 39 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.15 |
| HSL | 63.37º | 0.7% | 0.5% | - |
| HSV(B) | 63.37º | 0.82% | 0.85% | - |
| XYZ | 50.91 | 63.04 | 11.4 | - |
| YUV | 193.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 39 | 0.05 | 0 | 0.82 | 0.15 | 63.37 | 0.7 | 0.5 |
| Hex | CF | D9 | 27 | 5 | 0 | 52 | F | 3F | 46 | 32 |
| Octal | 317 | 331 | 47 | 5 | 0 | 122 | 17 | 77 | 106 | 62 |
| Binary | 11001111 | 11011001 | 100111 | 101 | 0 | 1010010 | 1111 | 111111 | 1000110 | 110010 |
Color Harmonies of #CFD927
Complementary color
Monochromatic Colors of #CFD927
Black with #CFD927
Text Example
Text Example
White with #CFD927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD927; }
p { color: rgb(207,217,39); }
H1.HeaderClassName
{
color: #CFD927;
}
.AnyTagClassName
{
color: #CFD927;
}
</style>
background-color css
<style>
a { background-color: #CFD927; }
a { background-color: rgb(207,217,39); }
div.DivClassName
{
background-color: #CFD927;
}
.BgClassName
{
background-color: #CFD927;
}
</style>
border-color css
<style>
span { border-color: #CFD927; }
span { border-color: rgb(207,217,39); }
td.TdClassName
{
border-color: #CFD927;
}
.TagClassName
{
border-color: #CFD927;
}
</style>