#8EBF65

Color #8EBF65 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8EBF65

Tints of Mantis #8EBF65

Color information

#8EBF65 (or 0x8EBF65) is unknown color: approx Mantis. HEX triplet: 8E, BF and 65. RGB value is (142,191,101). Sum of RGB (Red+Green+Blue) = 142+191+101=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBF65 is #71409A. Grayscale: #A6A6A6. Windows color (decimal): -7422107 or 6668174. OLE color: 6668174.

HSL color Cylindrical-coordinate representation of color #8EBF65: hue angle of 92.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8EBF65 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB142191101-
CMYK0.2600.470.25
HSL92.67º41.28%57.25%-
HSV(B)92.67º47.12%74.9%-
XYZ32.1443.9519.1-
YUV166.0991.27110.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=32.72%
G=44.01%
B=23.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421911010.2600.470.2592.6741.2857.25
Hex8EBF651A02F195d2939
Octal21627714532057311355171
Binary10001110101111111100101110100101111110011011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EBF65; }

 p { color: rgb(142,191,101); }

 H1.HeaderClassName
 {
   color: #8EBF65;
 }
 .AnyTagClassName
 {
   color: #8EBF65;
 }
</style>
background-color css

<style>
 a { background-color: #8EBF65; }

 a { background-color: rgb(142,191,101); }

 div.DivClassName
 {
   background-color: #8EBF65;
 }
 .BgClassName
 {
   background-color: #8EBF65;
 }
</style>
border-color css

<style>
 span { border-color: #8EBF65; }

 span { border-color: rgb(142,191,101); }

 td.TdClassName
 {
   border-color: #8EBF65;
 }
 .TagClassName
 {
   border-color: #8EBF65;
 }
</style>