Shades of Bitter Lemon #CFD12E
Tints of Bitter Lemon #CFD12E
RGB
CMYK
RGB Variations
Color information
#CFD12E (or 0xCFD12E) is known color: Bitter Lemon. HEX triplet: CF, D1 and 2E. RGB value is (207,209,46). Sum of RGB (Red+Green+Blue) = 207+209+46=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 46 (18.36% from 255 or 9.96% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD12E is #302ED1. Grayscale: #BEBEBE. Windows color (decimal): -3157714 or 3068367. OLE color: 3068367.
HSL color Cylindrical-coordinate representation of color #CFD12E: hue angle of 60.74º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFD12E is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 46 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.18 |
| HSL | 60.74º | 0.64% | 0.5% | - |
| HSV(B) | 60.74º | 0.78% | 0.82% | - |
| XYZ | 49.03 | 59.06 | 11.4 | - |
| YUV | 189.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 46 | 0.01 | 0 | 0.78 | 0.18 | 60.74 | 0.64 | 0.5 |
| Hex | CF | D1 | 2E | 1 | 0 | 4E | 12 | 3D | 40 | 32 |
| Octal | 317 | 321 | 56 | 1 | 0 | 116 | 22 | 75 | 100 | 62 |
| Binary | 11001111 | 11010001 | 101110 | 1 | 0 | 1001110 | 10010 | 111101 | 1000000 | 110010 |
Color Harmonies of #CFD12E
Complementary color
Monochromatic Colors of #CFD12E
Black with #CFD12E
Text Example
Text Example
White with #CFD12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD12E; }
p { color: rgb(207,209,46); }
H1.HeaderClassName
{
color: #CFD12E;
}
.AnyTagClassName
{
color: #CFD12E;
}
</style>
background-color css
<style>
a { background-color: #CFD12E; }
a { background-color: rgb(207,209,46); }
div.DivClassName
{
background-color: #CFD12E;
}
.BgClassName
{
background-color: #CFD12E;
}
</style>
border-color css
<style>
span { border-color: #CFD12E; }
span { border-color: rgb(207,209,46); }
td.TdClassName
{
border-color: #CFD12E;
}
.TagClassName
{
border-color: #CFD12E;
}
</style>