#8BD75D

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

Shades of Mantis #8BD75D

Tints of Mantis #8BD75D

Color information

#8BD75D (or 0x8BD75D) is unknown color: approx Mantis. HEX triplet: 8B, D7 and 5D. RGB value is (139,215,93). Sum of RGB (Red+Green+Blue) = 139+215+93=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD75D is #7428A2. Grayscale: #B2B2B2. Windows color (decimal): -7612579 or 6150027. OLE color: 6150027.

HSL color Cylindrical-coordinate representation of color #8BD75D: hue angle of 97.38º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BD75D is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB13921593-
CMYK0.3500.570.16
HSL97.38º60.4%60.39%-
HSV(B)97.38º56.74%84.31%-
XYZ36.9254.8819-
YUV178.3779.8299.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.10%
GREEN value IS 215 (84.38% from 255) = 48.10%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=31.10%
G=48.10%
B=20.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139215930.3500.570.1697.3860.460.39
Hex8BD75D2303910613c3c
Octal21332713543071201417474
Binary100010111101011110111011000110111001100001100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,215,93); }

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

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

 a { background-color: rgb(139,215,93); }

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

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

 span { border-color: rgb(139,215,93); }

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