Shades of Bitter Lemon #CFCE2E
Tints of Bitter Lemon #CFCE2E
RGB
CMYK
RGB Variations
Color information
#CFCE2E (or 0xCFCE2E) is known color: Bitter Lemon. HEX triplet: CF, CE and 2E. RGB value is (207,206,46). Sum of RGB (Red+Green+Blue) = 207+206+46=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE2E is #3031D1. Grayscale: #BCBCBC. Windows color (decimal): -3158482 or 3067599. OLE color: 3067599.
HSL color Cylindrical-coordinate representation of color #CFCE2E: hue angle of 59.63º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFCE2E is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 46 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.19 |
| HSL | 59.63º | 0.64% | 0.5% | - |
| HSV(B) | 59.63º | 0.78% | 0.81% | - |
| XYZ | 48.3 | 57.61 | 11.16 | - |
| YUV | 188.06 | 47.83 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 46 | 0 | 0.00 | 0.78 | 0.19 | 59.63 | 0.64 | 0.5 |
| Hex | CF | CE | 2E | 0 | 0 | 4E | 13 | 3C | 40 | 32 |
| Octal | 317 | 316 | 56 | 0 | 0 | 116 | 23 | 74 | 100 | 62 |
| Binary | 11001111 | 11001110 | 101110 | 0 | 0 | 1001110 | 10011 | 111100 | 1000000 | 110010 |
Color Harmonies of #CFCE2E
Complementary color
Monochromatic Colors of #CFCE2E
Black with #CFCE2E
Text Example
Text Example
White with #CFCE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE2E; }
p { color: rgb(207,206,46); }
H1.HeaderClassName
{
color: #CFCE2E;
}
.AnyTagClassName
{
color: #CFCE2E;
}
</style>
background-color css
<style>
a { background-color: #CFCE2E; }
a { background-color: rgb(207,206,46); }
div.DivClassName
{
background-color: #CFCE2E;
}
.BgClassName
{
background-color: #CFCE2E;
}
</style>
border-color css
<style>
span { border-color: #CFCE2E; }
span { border-color: rgb(207,206,46); }
td.TdClassName
{
border-color: #CFCE2E;
}
.TagClassName
{
border-color: #CFCE2E;
}
</style>