Html Css Color HEX #8BD950 Mantis

📋 copy color: '#8BD950'

red 139 ◦ green 217 ◦ blue 80

#8BD950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #8BD950

Tints of Mantis #8BD950

RGB

 RED value IS 139 (54.69% from 255) = 31.88%

 GREEN value IS 217 (85.16% from 255) = 49.77%

 BLUE value IS 80 (31.64% from 255) = 18.35%

R = 31.88%
G = 49.77%
B = 18.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#8BD950 (or 0x8BD950) is known color: Mantis. HEX triplet: 8B, D9 and 50. RGB value is (139,217,80). Sum of RGB (Red+Green+Blue) = 139+217+80=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD950 is #7426AF. Grayscale: #B2B2B2. Windows color (decimal): -7612080 or 5298571. OLE color: 5298571.

HSL color Cylindrical-coordinate representation of color #8BD950: hue angle of 94.16º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BD950 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 217 80 -
CMYK 0.36 0 0.63 0.15
HSL 94.16º 0.64% 0.58% -
HSV(B) 94.16º 0.63% 0.85% -
XYZ 36.91 55.69 16.39 -
YUV 178.06 72.66 100.14 -
System Red Green Blue C M Y K H S L
Decimal 139 217 80 0.36 0 0.63 0.15 94.16 0.64 0.58
Hex 8B D9 50 24 0 3F F 5E 40 3A
Octal 213 331 120 44 0 77 17 136 100 72
Binary 10001011 11011001 1010000 100100 0 111111 1111 1011110 1000000 111010

Color Harmonies of #8BD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD950

Black with #8BD950

Text Example


Text Example

White with #8BD950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,217,80); }

 H1.HeaderClassName
 {
   color: #8BD950;
 }
 .AnyTagClassName
 {
   color: #8BD950;
 }
</style>

background-color css

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

 a { background-color: rgb(139,217,80); }

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

border-color css

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

 span { border-color: rgb(139,217,80); }

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