Shades of Honeysuckle #E6F85F
Tints of Honeysuckle #E6F85F
RGB
CMYK
RGB Variations
Color information
#E6F85F (or 0xE6F85F) is known color: Honeysuckle. HEX triplet: E6, F8 and 5F. RGB value is (230,248,95). Sum of RGB (Red+Green+Blue) = 230+248+95=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 95 (37.5% from 255 or 16.58% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F85F is #1907A0. Grayscale: #E1E1E1. Windows color (decimal): -1640353 or 6289638. OLE color: 6289638.
HSL color Cylindrical-coordinate representation of color #E6F85F: hue angle of 67.06º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6F85F is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 248 | 95 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.03 |
| HSL | 67.06º | 0.92% | 0.67% | - |
| HSV(B) | 67.06º | 0.62% | 0.97% | - |
| XYZ | 68.27 | 84.78 | 23.59 | - |
| YUV | 225.18 | 54.54 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 248 | 95 | 0.07 | 0 | 0.62 | 0.03 | 67.06 | 0.92 | 0.67 |
| Hex | E6 | F8 | 5F | 7 | 0 | 3E | 3 | 43 | 5C | 43 |
| Octal | 346 | 370 | 137 | 7 | 0 | 76 | 3 | 103 | 134 | 103 |
| Binary | 11100110 | 11111000 | 1011111 | 111 | 0 | 111110 | 11 | 1000011 | 1011100 | 1000011 |
Color Harmonies of #E6F85F
Complementary color
Monochromatic Colors of #E6F85F
Black with #E6F85F
Text Example
Text Example
White with #E6F85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F85F; }
p { color: rgb(230,248,95); }
H1.HeaderClassName
{
color: #E6F85F;
}
.AnyTagClassName
{
color: #E6F85F;
}
</style>
background-color css
<style>
a { background-color: #E6F85F; }
a { background-color: rgb(230,248,95); }
div.DivClassName
{
background-color: #E6F85F;
}
.BgClassName
{
background-color: #E6F85F;
}
</style>
border-color css
<style>
span { border-color: #E6F85F; }
span { border-color: rgb(230,248,95); }
td.TdClassName
{
border-color: #E6F85F;
}
.TagClassName
{
border-color: #E6F85F;
}
</style>