Html Css Color HEX #8AD550 Mantis

📋 copy color: '#8AD550'

red 138 ◦ green 213 ◦ blue 80

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

Shades of Mantis #8AD550

Tints of Mantis #8AD550

RGB

 RED value IS 138 (54.3% from 255) = 32.02%

 GREEN value IS 213 (83.59% from 255) = 49.42%

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

R = 32.02%
G = 49.42%
B = 18.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#8AD550 (or 0x8AD550) is known color: Mantis. HEX triplet: 8A, D5 and 50. RGB value is (138,213,80). Sum of RGB (Red+Green+Blue) = 138+213+80=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD550 is #752AAF. Grayscale: #AFAFAF. Windows color (decimal): -7678640 or 5297546. OLE color: 5297546.

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

Color convert

RGB 138 213 80 -
CMYK 0.35 0 0.62 0.16
HSL 93.83º 0.61% 0.57% -
HSV(B) 93.83º 0.62% 0.84% -
XYZ 35.72 53.57 16.05 -
YUV 175.41 74.15 101.31 -
System Red Green Blue C M Y K H S L
Decimal 138 213 80 0.35 0 0.62 0.16 93.83 0.61 0.57
Hex 8A D5 50 23 0 3E 10 5E 3D 39
Octal 212 325 120 43 0 76 20 136 75 71
Binary 10001010 11010101 1010000 100011 0 111110 10000 1011110 111101 111001

Color Harmonies of #8AD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD550

Black with #8AD550

Text Example


Text Example

White with #8AD550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,213,80); }

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

background-color css

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

 a { background-color: rgb(138,213,80); }

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

border-color css

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

 span { border-color: rgb(138,213,80); }

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