Shades of Conifer #8EF752
Tints of Conifer #8EF752
RGB
CMYK
RGB Variations
Color information
#8EF752 (or 0x8EF752) is known color: Conifer. HEX triplet: 8E, F7 and 52. RGB value is (142,247,82). Sum of RGB (Red+Green+Blue) = 142+247+82=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #8EF752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF752 is #7108AD. Grayscale: #C5C5C5. Windows color (decimal): -7407790 or 5437326. OLE color: 5437326.
HSL color Cylindrical-coordinate representation of color #8EF752: hue angle of 98.18º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EF752 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 247 | 82 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.03 |
| HSL | 98.18º | 0.91% | 0.65% | - |
| HSV(B) | 98.18º | 0.67% | 0.97% | - |
| XYZ | 45.94 | 72.88 | 19.63 | - |
| YUV | 196.8 | 63.21 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 247 | 82 | 0.43 | 0 | 0.67 | 0.03 | 98.18 | 0.91 | 0.65 |
| Hex | 8E | F7 | 52 | 2B | 0 | 43 | 3 | 62 | 5B | 41 |
| Octal | 216 | 367 | 122 | 53 | 0 | 103 | 3 | 142 | 133 | 101 |
| Binary | 10001110 | 11110111 | 1010010 | 101011 | 0 | 1000011 | 11 | 1100010 | 1011011 | 1000001 |
Color Harmonies of #8EF752
Complementary color
Monochromatic Colors of #8EF752
Black with #8EF752
Text Example
Text Example
White with #8EF752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF752; }
p { color: rgb(142,247,82); }
H1.HeaderClassName
{
color: #8EF752;
}
.AnyTagClassName
{
color: #8EF752;
}
</style>
background-color css
<style>
a { background-color: #8EF752; }
a { background-color: rgb(142,247,82); }
div.DivClassName
{
background-color: #8EF752;
}
.BgClassName
{
background-color: #8EF752;
}
</style>
border-color css
<style>
span { border-color: #8EF752; }
span { border-color: rgb(142,247,82); }
td.TdClassName
{
border-color: #8EF752;
}
.TagClassName
{
border-color: #8EF752;
}
</style>