Shades of Bitter Lemon #CFD836
Tints of Bitter Lemon #CFD836
RGB
CMYK
RGB Variations
Color information
#CFD836 (or 0xCFD836) is known color: Bitter Lemon. HEX triplet: CF, D8 and 36. RGB value is (207,216,54). Sum of RGB (Red+Green+Blue) = 207+216+54=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 54 (21.48% from 255 or 11.32% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD836 is #3027C9. Grayscale: #C3C3C3. Windows color (decimal): -3155914 or 3594447. OLE color: 3594447.
HSL color Cylindrical-coordinate representation of color #CFD836: hue angle of 63.33º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFD836 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 54 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.15 |
| HSL | 63.33º | 0.68% | 0.53% | - |
| HSV(B) | 63.33º | 0.75% | 0.85% | - |
| XYZ | 50.95 | 62.64 | 12.9 | - |
| YUV | 194.84 | 48.52 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 54 | 0.04 | 0 | 0.75 | 0.15 | 63.33 | 0.68 | 0.53 |
| Hex | CF | D8 | 36 | 4 | 0 | 4B | F | 3F | 44 | 35 |
| Octal | 317 | 330 | 66 | 4 | 0 | 113 | 17 | 77 | 104 | 65 |
| Binary | 11001111 | 11011000 | 110110 | 100 | 0 | 1001011 | 1111 | 111111 | 1000100 | 110101 |
Color Harmonies of #CFD836
Complementary color
Monochromatic Colors of #CFD836
Black with #CFD836
Text Example
Text Example
White with #CFD836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD836; }
p { color: rgb(207,216,54); }
H1.HeaderClassName
{
color: #CFD836;
}
.AnyTagClassName
{
color: #CFD836;
}
</style>
background-color css
<style>
a { background-color: #CFD836; }
a { background-color: rgb(207,216,54); }
div.DivClassName
{
background-color: #CFD836;
}
.BgClassName
{
background-color: #CFD836;
}
</style>
border-color css
<style>
span { border-color: #CFD836; }
span { border-color: rgb(207,216,54); }
td.TdClassName
{
border-color: #CFD836;
}
.TagClassName
{
border-color: #CFD836;
}
</style>