Shades of Bitter Lemon #CFCD2E
Tints of Bitter Lemon #CFCD2E
RGB
CMYK
RGB Variations
Color information
#CFCD2E (or 0xCFCD2E) is known color: Bitter Lemon. HEX triplet: CF, CD and 2E. RGB value is (207,205,46). Sum of RGB (Red+Green+Blue) = 207+205+46=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD2E is #3032D1. Grayscale: #BCBCBC. Windows color (decimal): -3158738 or 3067343. OLE color: 3067343.
HSL color Cylindrical-coordinate representation of color #CFCD2E: hue angle of 59.25º 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 #CFCD2E is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 46 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.19 |
| HSL | 59.25º | 0.64% | 0.5% | - |
| HSV(B) | 59.25º | 0.78% | 0.81% | - |
| XYZ | 48.06 | 57.13 | 11.08 | - |
| YUV | 187.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 46 | 0 | 0.01 | 0.78 | 0.19 | 59.25 | 0.64 | 0.5 |
| Hex | CF | CD | 2E | 0 | 1 | 4E | 13 | 3B | 40 | 32 |
| Octal | 317 | 315 | 56 | 0 | 1 | 116 | 23 | 73 | 100 | 62 |
| Binary | 11001111 | 11001101 | 101110 | 0 | 1 | 1001110 | 10011 | 111011 | 1000000 | 110010 |
Color Harmonies of #CFCD2E
Complementary color
Monochromatic Colors of #CFCD2E
Black with #CFCD2E
Text Example
Text Example
White with #CFCD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD2E; }
p { color: rgb(207,205,46); }
H1.HeaderClassName
{
color: #CFCD2E;
}
.AnyTagClassName
{
color: #CFCD2E;
}
</style>
background-color css
<style>
a { background-color: #CFCD2E; }
a { background-color: rgb(207,205,46); }
div.DivClassName
{
background-color: #CFCD2E;
}
.BgClassName
{
background-color: #CFCD2E;
}
</style>
border-color css
<style>
span { border-color: #CFCD2E; }
span { border-color: rgb(207,205,46); }
td.TdClassName
{
border-color: #CFCD2E;
}
.TagClassName
{
border-color: #CFCD2E;
}
</style>