Shades of Conifer #8EEE55
Tints of Conifer #8EEE55
RGB
CMYK
RGB Variations
Color information
#8EEE55 (or 0x8EEE55) is known color: Conifer. HEX triplet: 8E, EE and 55. RGB value is (142,238,85). Sum of RGB (Red+Green+Blue) = 142+238+85=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEE55 is #7111AA. Grayscale: #C0C0C0. Windows color (decimal): -7410091 or 5631630. OLE color: 5631630.
HSL color Cylindrical-coordinate representation of color #8EEE55: hue angle of 97.65º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EEE55 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 85 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.07 |
| HSL | 97.65º | 0.82% | 0.63% | - |
| HSV(B) | 97.65º | 0.64% | 0.93% | - |
| XYZ | 43.37 | 67.56 | 19.35 | - |
| YUV | 191.85 | 67.7 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 85 | 0.40 | 0 | 0.64 | 0.07 | 97.65 | 0.82 | 0.63 |
| Hex | 8E | EE | 55 | 28 | 0 | 40 | 7 | 62 | 52 | 3F |
| Octal | 216 | 356 | 125 | 50 | 0 | 100 | 7 | 142 | 122 | 77 |
| Binary | 10001110 | 11101110 | 1010101 | 101000 | 0 | 1000000 | 111 | 1100010 | 1010010 | 111111 |
Color Harmonies of #8EEE55
Complementary color
Monochromatic Colors of #8EEE55
Black with #8EEE55
Text Example
Text Example
White with #8EEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEE55; }
p { color: rgb(142,238,85); }
H1.HeaderClassName
{
color: #8EEE55;
}
.AnyTagClassName
{
color: #8EEE55;
}
</style>
background-color css
<style>
a { background-color: #8EEE55; }
a { background-color: rgb(142,238,85); }
div.DivClassName
{
background-color: #8EEE55;
}
.BgClassName
{
background-color: #8EEE55;
}
</style>
border-color css
<style>
span { border-color: #8EEE55; }
span { border-color: rgb(142,238,85); }
td.TdClassName
{
border-color: #8EEE55;
}
.TagClassName
{
border-color: #8EEE55;
}
</style>