Html Css Color HEX #8BDB50 Mantis

📋 copy color: '#8BDB50'

red 139 ◦ green 219 ◦ blue 80

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

Shades of Mantis #8BDB50

Tints of Mantis #8BDB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50%

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

R = 31.74%
G = 50%
B = 18.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#8BDB50 (or 0x8BDB50) is known color: Mantis. HEX triplet: 8B, DB and 50. RGB value is (139,219,80). Sum of RGB (Red+Green+Blue) = 139+219+80=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDB50 is #7424AF. Grayscale: #B3B3B3. Windows color (decimal): -7611568 or 5299083. OLE color: 5299083.

HSL color Cylindrical-coordinate representation of color #8BDB50: hue angle of 94.53º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BDB50 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 219 80 -
CMYK 0.37 0 0.63 0.14
HSL 94.53º 0.66% 0.59% -
HSV(B) 94.53º 0.63% 0.86% -
XYZ 37.43 56.73 16.57 -
YUV 179.23 72 99.3 -
System Red Green Blue C M Y K H S L
Decimal 139 219 80 0.37 0 0.63 0.14 94.53 0.66 0.59
Hex 8B DB 50 25 0 3F E 5F 42 3B
Octal 213 333 120 45 0 77 16 137 102 73
Binary 10001011 11011011 1010000 100101 0 111111 1110 1011111 1000010 111011

Color Harmonies of #8BDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDB50

Black with #8BDB50

Text Example


Text Example

White with #8BDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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