Html Css Color HEX #8BD050 Mantis

📋 copy color: '#8BD050'

red 139 ◦ green 208 ◦ blue 80

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

Shades of Mantis #8BD050

Tints of Mantis #8BD050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.71%

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

R = 32.55%
G = 48.71%
B = 18.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#8BD050 (or 0x8BD050) is known color: Mantis. HEX triplet: 8B, D0 and 50. RGB value is (139,208,80). Sum of RGB (Red+Green+Blue) = 139+208+80=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD050 is #742FAF. Grayscale: #ADADAD. Windows color (decimal): -7614384 or 5296267. OLE color: 5296267.

HSL color Cylindrical-coordinate representation of color #8BD050: hue angle of 92.34º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BD050 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 208 80 -
CMYK 0.33 0 0.62 0.18
HSL 92.34º 0.58% 0.56% -
HSV(B) 92.34º 0.62% 0.82% -
XYZ 34.65 51.18 15.64 -
YUV 172.78 75.64 103.91 -
System Red Green Blue C M Y K H S L
Decimal 139 208 80 0.33 0 0.62 0.18 92.34 0.58 0.56
Hex 8B D0 50 21 0 3E 12 5C 3A 38
Octal 213 320 120 41 0 76 22 134 72 70
Binary 10001011 11010000 1010000 100001 0 111110 10010 1011100 111010 111000

Color Harmonies of #8BD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD050

Black with #8BD050

Text Example


Text Example

White with #8BD050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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