Shades of Bitter Lemon #CFD728
Tints of Bitter Lemon #CFD728
RGB
CMYK
RGB Variations
Color information
#CFD728 (or 0xCFD728) is known color: Bitter Lemon. HEX triplet: CF, D7 and 28. RGB value is (207,215,40). Sum of RGB (Red+Green+Blue) = 207+215+40=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD728 is #3028D7. Grayscale: #C1C1C1. Windows color (decimal): -3156184 or 2676687. OLE color: 2676687.
HSL color Cylindrical-coordinate representation of color #CFD728: hue angle of 62.74º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFD728 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 40 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.16 |
| HSL | 62.74º | 0.69% | 0.5% | - |
| HSV(B) | 62.74º | 0.81% | 0.84% | - |
| XYZ | 50.42 | 62.02 | 11.32 | - |
| YUV | 192.66 | 41.85 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 40 | 0.04 | 0 | 0.81 | 0.16 | 62.74 | 0.69 | 0.5 |
| Hex | CF | D7 | 28 | 4 | 0 | 51 | 10 | 3F | 45 | 32 |
| Octal | 317 | 327 | 50 | 4 | 0 | 121 | 20 | 77 | 105 | 62 |
| Binary | 11001111 | 11010111 | 101000 | 100 | 0 | 1010001 | 10000 | 111111 | 1000101 | 110010 |
Color Harmonies of #CFD728
Complementary color
Monochromatic Colors of #CFD728
Black with #CFD728
Text Example
Text Example
White with #CFD728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD728; }
p { color: rgb(207,215,40); }
H1.HeaderClassName
{
color: #CFD728;
}
.AnyTagClassName
{
color: #CFD728;
}
</style>
background-color css
<style>
a { background-color: #CFD728; }
a { background-color: rgb(207,215,40); }
div.DivClassName
{
background-color: #CFD728;
}
.BgClassName
{
background-color: #CFD728;
}
</style>
border-color css
<style>
span { border-color: #CFD728; }
span { border-color: rgb(207,215,40); }
td.TdClassName
{
border-color: #CFD728;
}
.TagClassName
{
border-color: #CFD728;
}
</style>