Html Css Color HEX #8BD650 Mantis

📋 copy color: '#8BD650'

red 139 ◦ green 214 ◦ blue 80

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

Shades of Mantis #8BD650

Tints of Mantis #8BD650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.42%

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

R = 32.1%
G = 49.42%
B = 18.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#8BD650 (or 0x8BD650) is known color: Mantis. HEX triplet: 8B, D6 and 50. RGB value is (139,214,80). Sum of RGB (Red+Green+Blue) = 139+214+80=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD650 is #7429AF. Grayscale: #B0B0B0. Windows color (decimal): -7612848 or 5297803. OLE color: 5297803.

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

Color convert

RGB 139 214 80 -
CMYK 0.35 0 0.63 0.16
HSL 93.58º 0.62% 0.58% -
HSV(B) 93.58º 0.63% 0.84% -
XYZ 36.14 54.16 16.14 -
YUV 176.3 73.65 101.4 -
System Red Green Blue C M Y K H S L
Decimal 139 214 80 0.35 0 0.63 0.16 93.58 0.62 0.58
Hex 8B D6 50 23 0 3F 10 5E 3E 3A
Octal 213 326 120 43 0 77 20 136 76 72
Binary 10001011 11010110 1010000 100011 0 111111 10000 1011110 111110 111010

Color Harmonies of #8BD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD650

Black with #8BD650

Text Example


Text Example

White with #8BD650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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