Shades of Bitter Lemon #CFD82A
Tints of Bitter Lemon #CFD82A
RGB
CMYK
RGB Variations
Color information
#CFD82A (or 0xCFD82A) is known color: Bitter Lemon. HEX triplet: CF, D8 and 2A. RGB value is (207,216,42). Sum of RGB (Red+Green+Blue) = 207+216+42=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD82A is #3027D5. Grayscale: #C2C2C2. Windows color (decimal): -3155926 or 2808015. OLE color: 2808015.
HSL color Cylindrical-coordinate representation of color #CFD82A: hue angle of 63.1º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFD82A is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 42 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.15 |
| HSL | 63.1º | 0.69% | 0.51% | - |
| HSV(B) | 63.1º | 0.81% | 0.85% | - |
| XYZ | 50.71 | 62.54 | 11.59 | - |
| YUV | 193.47 | 42.52 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 42 | 0.04 | 0 | 0.81 | 0.15 | 63.1 | 0.69 | 0.51 |
| Hex | CF | D8 | 2A | 4 | 0 | 51 | F | 3F | 45 | 33 |
| Octal | 317 | 330 | 52 | 4 | 0 | 121 | 17 | 77 | 105 | 63 |
| Binary | 11001111 | 11011000 | 101010 | 100 | 0 | 1010001 | 1111 | 111111 | 1000101 | 110011 |
Color Harmonies of #CFD82A
Complementary color
Monochromatic Colors of #CFD82A
Black with #CFD82A
Text Example
Text Example
White with #CFD82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD82A; }
p { color: rgb(207,216,42); }
H1.HeaderClassName
{
color: #CFD82A;
}
.AnyTagClassName
{
color: #CFD82A;
}
</style>
background-color css
<style>
a { background-color: #CFD82A; }
a { background-color: rgb(207,216,42); }
div.DivClassName
{
background-color: #CFD82A;
}
.BgClassName
{
background-color: #CFD82A;
}
</style>
border-color css
<style>
span { border-color: #CFD82A; }
span { border-color: rgb(207,216,42); }
td.TdClassName
{
border-color: #CFD82A;
}
.TagClassName
{
border-color: #CFD82A;
}
</style>