Shades of Conifer #8EEF52
Tints of Conifer #8EEF52
RGB
CMYK
RGB Variations
Color information
#8EEF52 (or 0x8EEF52) is known color: Conifer. HEX triplet: 8E, EF and 52. RGB value is (142,239,82). Sum of RGB (Red+Green+Blue) = 142+239+82=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEF52 is #7110AD. Grayscale: #C0C0C0. Windows color (decimal): -7409838 or 5435278. OLE color: 5435278.
HSL color Cylindrical-coordinate representation of color #8EEF52: hue angle of 97.07º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EEF52 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 239 | 82 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.06 |
| HSL | 97.07º | 0.83% | 0.63% | - |
| HSV(B) | 97.07º | 0.66% | 0.94% | - |
| XYZ | 43.54 | 68.09 | 18.83 | - |
| YUV | 192.1 | 65.86 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 239 | 82 | 0.41 | 0 | 0.66 | 0.06 | 97.07 | 0.83 | 0.63 |
| Hex | 8E | EF | 52 | 29 | 0 | 42 | 6 | 61 | 53 | 3F |
| Octal | 216 | 357 | 122 | 51 | 0 | 102 | 6 | 141 | 123 | 77 |
| Binary | 10001110 | 11101111 | 1010010 | 101001 | 0 | 1000010 | 110 | 1100001 | 1010011 | 111111 |
Color Harmonies of #8EEF52
Complementary color
Monochromatic Colors of #8EEF52
Black with #8EEF52
Text Example
Text Example
White with #8EEF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEF52; }
p { color: rgb(142,239,82); }
H1.HeaderClassName
{
color: #8EEF52;
}
.AnyTagClassName
{
color: #8EEF52;
}
</style>
background-color css
<style>
a { background-color: #8EEF52; }
a { background-color: rgb(142,239,82); }
div.DivClassName
{
background-color: #8EEF52;
}
.BgClassName
{
background-color: #8EEF52;
}
</style>
border-color css
<style>
span { border-color: #8EEF52; }
span { border-color: rgb(142,239,82); }
td.TdClassName
{
border-color: #8EEF52;
}
.TagClassName
{
border-color: #8EEF52;
}
</style>