Shades of Bitter Lemon #CFD827
Tints of Bitter Lemon #CFD827
RGB
CMYK
RGB Variations
Color information
#CFD827 (or 0xCFD827) is known color: Bitter Lemon. HEX triplet: CF, D8 and 27. RGB value is (207,216,39). Sum of RGB (Red+Green+Blue) = 207+216+39=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 39 (15.62% from 255 or 8.44% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD827 is #3027D8. Grayscale: #C1C1C1. Windows color (decimal): -3155929 or 2611407. OLE color: 2611407.
HSL color Cylindrical-coordinate representation of color #CFD827: hue angle of 63.05º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFD827 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 39 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.15 |
| HSL | 63.05º | 0.69% | 0.5% | - |
| HSV(B) | 63.05º | 0.82% | 0.85% | - |
| XYZ | 50.65 | 62.52 | 11.32 | - |
| YUV | 193.13 | 41.02 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 39 | 0.04 | 0 | 0.82 | 0.15 | 63.05 | 0.69 | 0.5 |
| Hex | CF | D8 | 27 | 4 | 0 | 52 | F | 3F | 45 | 32 |
| Octal | 317 | 330 | 47 | 4 | 0 | 122 | 17 | 77 | 105 | 62 |
| Binary | 11001111 | 11011000 | 100111 | 100 | 0 | 1010010 | 1111 | 111111 | 1000101 | 110010 |
Color Harmonies of #CFD827
Complementary color
Monochromatic Colors of #CFD827
Black with #CFD827
Text Example
Text Example
White with #CFD827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD827; }
p { color: rgb(207,216,39); }
H1.HeaderClassName
{
color: #CFD827;
}
.AnyTagClassName
{
color: #CFD827;
}
</style>
background-color css
<style>
a { background-color: #CFD827; }
a { background-color: rgb(207,216,39); }
div.DivClassName
{
background-color: #CFD827;
}
.BgClassName
{
background-color: #CFD827;
}
</style>
border-color css
<style>
span { border-color: #CFD827; }
span { border-color: rgb(207,216,39); }
td.TdClassName
{
border-color: #CFD827;
}
.TagClassName
{
border-color: #CFD827;
}
</style>