Shades of Bitter Lemon #CFD82C
Tints of Bitter Lemon #CFD82C
RGB
CMYK
RGB Variations
Color information
#CFD82C (or 0xCFD82C) is known color: Bitter Lemon. HEX triplet: CF, D8 and 2C. RGB value is (207,216,44). Sum of RGB (Red+Green+Blue) = 207+216+44=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD82C is #3027D3. Grayscale: #C2C2C2. Windows color (decimal): -3155924 or 2939087. OLE color: 2939087.
HSL color Cylindrical-coordinate representation of color #CFD82C: hue angle of 63.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFD82C is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 44 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.15 |
| HSL | 63.14º | 0.69% | 0.51% | - |
| HSV(B) | 63.14º | 0.8% | 0.85% | - |
| XYZ | 50.74 | 62.56 | 11.78 | - |
| YUV | 193.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 44 | 0.04 | 0 | 0.80 | 0.15 | 63.14 | 0.69 | 0.51 |
| Hex | CF | D8 | 2C | 4 | 0 | 50 | F | 3F | 45 | 33 |
| Octal | 317 | 330 | 54 | 4 | 0 | 120 | 17 | 77 | 105 | 63 |
| Binary | 11001111 | 11011000 | 101100 | 100 | 0 | 1010000 | 1111 | 111111 | 1000101 | 110011 |
Color Harmonies of #CFD82C
Complementary color
Monochromatic Colors of #CFD82C
Black with #CFD82C
Text Example
Text Example
White with #CFD82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD82C; }
p { color: rgb(207,216,44); }
H1.HeaderClassName
{
color: #CFD82C;
}
.AnyTagClassName
{
color: #CFD82C;
}
</style>
background-color css
<style>
a { background-color: #CFD82C; }
a { background-color: rgb(207,216,44); }
div.DivClassName
{
background-color: #CFD82C;
}
.BgClassName
{
background-color: #CFD82C;
}
</style>
border-color css
<style>
span { border-color: #CFD82C; }
span { border-color: rgb(207,216,44); }
td.TdClassName
{
border-color: #CFD82C;
}
.TagClassName
{
border-color: #CFD82C;
}
</style>