Shades of Bitter Lemon #CFCF31
Tints of Bitter Lemon #CFCF31
RGB
CMYK
RGB Variations
Color information
#CFCF31 (or 0xCFCF31) is known color: Bitter Lemon. HEX triplet: CF, CF and 31. RGB value is (207,207,49). Sum of RGB (Red+Green+Blue) = 207+207+49=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCF31 is #3030CE. Grayscale: #BDBDBD. Windows color (decimal): -3158223 or 3264463. OLE color: 3264463.
HSL color Cylindrical-coordinate representation of color #CFCF31: hue angle of 60º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFCF31 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 49 | - |
| CMYK | 0 | 0 | 0.76 | 0.19 |
| HSL | 60º | 0.62% | 0.5% | - |
| HSV(B) | 60º | 0.76% | 0.81% | - |
| XYZ | 48.6 | 58.11 | 11.56 | - |
| YUV | 188.99 | 49 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 49 | 0 | 0 | 0.76 | 0.19 | 60 | 0.62 | 0.5 |
| Hex | CF | CF | 31 | 0 | 0 | 4C | 13 | 3C | 3E | 32 |
| Octal | 317 | 317 | 61 | 0 | 0 | 114 | 23 | 74 | 76 | 62 |
| Binary | 11001111 | 11001111 | 110001 | 0 | 0 | 1001100 | 10011 | 111100 | 111110 | 110010 |
Color Harmonies of #CFCF31
Complementary color
Monochromatic Colors of #CFCF31
Black with #CFCF31
Text Example
Text Example
White with #CFCF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF31; }
p { color: rgb(207,207,49); }
H1.HeaderClassName
{
color: #CFCF31;
}
.AnyTagClassName
{
color: #CFCF31;
}
</style>
background-color css
<style>
a { background-color: #CFCF31; }
a { background-color: rgb(207,207,49); }
div.DivClassName
{
background-color: #CFCF31;
}
.BgClassName
{
background-color: #CFCF31;
}
</style>
border-color css
<style>
span { border-color: #CFCF31; }
span { border-color: rgb(207,207,49); }
td.TdClassName
{
border-color: #CFCF31;
}
.TagClassName
{
border-color: #CFCF31;
}
</style>