Shades of Bitter Lemon #CFD828
Tints of Bitter Lemon #CFD828
RGB
CMYK
RGB Variations
Color information
#CFD828 (or 0xCFD828) is known color: Bitter Lemon. HEX triplet: CF, D8 and 28. RGB value is (207,216,40). Sum of RGB (Red+Green+Blue) = 207+216+40=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD828 is #3027D7. Grayscale: #C1C1C1. Windows color (decimal): -3155928 or 2676943. OLE color: 2676943.
HSL color Cylindrical-coordinate representation of color #CFD828: hue angle of 63.07º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFD828 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 40 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.15 |
| HSL | 63.07º | 0.69% | 0.5% | - |
| HSV(B) | 63.07º | 0.81% | 0.85% | - |
| XYZ | 50.67 | 62.53 | 11.41 | - |
| YUV | 193.25 | 41.52 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 40 | 0.04 | 0 | 0.81 | 0.15 | 63.07 | 0.69 | 0.5 |
| Hex | CF | D8 | 28 | 4 | 0 | 51 | F | 3F | 45 | 32 |
| Octal | 317 | 330 | 50 | 4 | 0 | 121 | 17 | 77 | 105 | 62 |
| Binary | 11001111 | 11011000 | 101000 | 100 | 0 | 1010001 | 1111 | 111111 | 1000101 | 110010 |
Color Harmonies of #CFD828
Complementary color
Monochromatic Colors of #CFD828
Black with #CFD828
Text Example
Text Example
White with #CFD828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD828; }
p { color: rgb(207,216,40); }
H1.HeaderClassName
{
color: #CFD828;
}
.AnyTagClassName
{
color: #CFD828;
}
</style>
background-color css
<style>
a { background-color: #CFD828; }
a { background-color: rgb(207,216,40); }
div.DivClassName
{
background-color: #CFD828;
}
.BgClassName
{
background-color: #CFD828;
}
</style>
border-color css
<style>
span { border-color: #CFD828; }
span { border-color: rgb(207,216,40); }
td.TdClassName
{
border-color: #CFD828;
}
.TagClassName
{
border-color: #CFD828;
}
</style>