Shades of Bitter Lemon #CFCE31
Tints of Bitter Lemon #CFCE31
RGB
CMYK
RGB Variations
Color information
#CFCE31 (or 0xCFCE31) is known color: Bitter Lemon. HEX triplet: CF, CE and 31. RGB value is (207,206,49). Sum of RGB (Red+Green+Blue) = 207+206+49=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE31 is #3031CE. Grayscale: #BDBDBD. Windows color (decimal): -3158479 or 3264207. OLE color: 3264207.
HSL color Cylindrical-coordinate representation of color #CFCE31: hue angle of 59.62º 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 #CFCE31 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 49 | - |
| CMYK | 0 | 0.00 | 0.76 | 0.19 |
| HSL | 59.62º | 0.62% | 0.5% | - |
| HSV(B) | 59.62º | 0.76% | 0.81% | - |
| XYZ | 48.36 | 57.63 | 11.48 | - |
| YUV | 188.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 49 | 0 | 0.00 | 0.76 | 0.19 | 59.62 | 0.62 | 0.5 |
| Hex | CF | CE | 31 | 0 | 0 | 4C | 13 | 3C | 3E | 32 |
| Octal | 317 | 316 | 61 | 0 | 0 | 114 | 23 | 74 | 76 | 62 |
| Binary | 11001111 | 11001110 | 110001 | 0 | 0 | 1001100 | 10011 | 111100 | 111110 | 110010 |
Color Harmonies of #CFCE31
Complementary color
Monochromatic Colors of #CFCE31
Black with #CFCE31
Text Example
Text Example
White with #CFCE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE31; }
p { color: rgb(207,206,49); }
H1.HeaderClassName
{
color: #CFCE31;
}
.AnyTagClassName
{
color: #CFCE31;
}
</style>
background-color css
<style>
a { background-color: #CFCE31; }
a { background-color: rgb(207,206,49); }
div.DivClassName
{
background-color: #CFCE31;
}
.BgClassName
{
background-color: #CFCE31;
}
</style>
border-color css
<style>
span { border-color: #CFCE31; }
span { border-color: rgb(207,206,49); }
td.TdClassName
{
border-color: #CFCE31;
}
.TagClassName
{
border-color: #CFCE31;
}
</style>