Shades of Conifer #8DF455
Tints of Conifer #8DF455
RGB
CMYK
RGB Variations
Color information
#8DF455 (or 0x8DF455) is known color: Conifer. HEX triplet: 8D, F4 and 55. RGB value is (141,244,85). Sum of RGB (Red+Green+Blue) = 141+244+85=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 244 (95.70% from 255 or 51.91% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF455 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF455 is #720BAA. Grayscale: #C3C3C3. Windows color (decimal): -7474091 or 5633165. OLE color: 5633165.
HSL color Cylindrical-coordinate representation of color #8DF455: hue angle of 98.87º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DF455 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 244 | 85 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.04 |
| HSL | 98.87º | 0.88% | 0.65% | - |
| HSV(B) | 98.87º | 0.65% | 0.96% | - |
| XYZ | 44.97 | 71.02 | 19.93 | - |
| YUV | 195.08 | 65.88 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 244 | 85 | 0.42 | 0 | 0.65 | 0.04 | 98.87 | 0.88 | 0.65 |
| Hex | 8D | F4 | 55 | 2A | 0 | 41 | 4 | 63 | 58 | 41 |
| Octal | 215 | 364 | 125 | 52 | 0 | 101 | 4 | 143 | 130 | 101 |
| Binary | 10001101 | 11110100 | 1010101 | 101010 | 0 | 1000001 | 100 | 1100011 | 1011000 | 1000001 |
Color Harmonies of #8DF455
Complementary color
Monochromatic Colors of #8DF455
Black with #8DF455
Text Example
Text Example
White with #8DF455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF455; }
p { color: rgb(141,244,85); }
H1.HeaderClassName
{
color: #8DF455;
}
.AnyTagClassName
{
color: #8DF455;
}
</style>
background-color css
<style>
a { background-color: #8DF455; }
a { background-color: rgb(141,244,85); }
div.DivClassName
{
background-color: #8DF455;
}
.BgClassName
{
background-color: #8DF455;
}
</style>
border-color css
<style>
span { border-color: #8DF455; }
span { border-color: rgb(141,244,85); }
td.TdClassName
{
border-color: #8DF455;
}
.TagClassName
{
border-color: #8DF455;
}
</style>