Shades of Bitter Lemon #CFD42E
Tints of Bitter Lemon #CFD42E
RGB
CMYK
RGB Variations
Color information
#CFD42E (or 0xCFD42E) is known color: Bitter Lemon. HEX triplet: CF, D4 and 2E. RGB value is (207,212,46). Sum of RGB (Red+Green+Blue) = 207+212+46=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD42E is #302BD1. Grayscale: #C0C0C0. Windows color (decimal): -3156946 or 3069135. OLE color: 3069135.
HSL color Cylindrical-coordinate representation of color #CFD42E: hue angle of 61.81º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFD42E is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 46 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.17 |
| HSL | 61.81º | 0.66% | 0.51% | - |
| HSV(B) | 61.81º | 0.78% | 0.83% | - |
| XYZ | 49.77 | 60.55 | 11.65 | - |
| YUV | 191.58 | 45.84 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 46 | 0.02 | 0 | 0.78 | 0.17 | 61.81 | 0.66 | 0.51 |
| Hex | CF | D4 | 2E | 2 | 0 | 4E | 11 | 3E | 42 | 33 |
| Octal | 317 | 324 | 56 | 2 | 0 | 116 | 21 | 76 | 102 | 63 |
| Binary | 11001111 | 11010100 | 101110 | 10 | 0 | 1001110 | 10001 | 111110 | 1000010 | 110011 |
Color Harmonies of #CFD42E
Complementary color
Monochromatic Colors of #CFD42E
Black with #CFD42E
Text Example
Text Example
White with #CFD42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD42E; }
p { color: rgb(207,212,46); }
H1.HeaderClassName
{
color: #CFD42E;
}
.AnyTagClassName
{
color: #CFD42E;
}
</style>
background-color css
<style>
a { background-color: #CFD42E; }
a { background-color: rgb(207,212,46); }
div.DivClassName
{
background-color: #CFD42E;
}
.BgClassName
{
background-color: #CFD42E;
}
</style>
border-color css
<style>
span { border-color: #CFD42E; }
span { border-color: rgb(207,212,46); }
td.TdClassName
{
border-color: #CFD42E;
}
.TagClassName
{
border-color: #CFD42E;
}
</style>