Html Css Color HEX #8AD755 Mantis

📋 copy color: '#8AD755'

red 138 ◦ green 215 ◦ blue 85

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

Shades of Mantis #8AD755

Tints of Mantis #8AD755

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

 BLUE value IS 85 (33.59% from 255) = 19.41%

R = 31.51%
G = 49.09%
B = 19.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#8AD755 (or 0x8AD755) is known color: Mantis. HEX triplet: 8A, D7 and 55. RGB value is (138,215,85). Sum of RGB (Red+Green+Blue) = 138+215+85=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD755 is #7528AA. Grayscale: #B1B1B1. Windows color (decimal): -7678123 or 5625738. OLE color: 5625738.

HSL color Cylindrical-coordinate representation of color #8AD755: hue angle of 95.54º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AD755 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 215 85 -
CMYK 0.36 0 0.60 0.16
HSL 95.54º 0.62% 0.59% -
HSV(B) 95.54º 0.6% 0.84% -
XYZ 36.42 54.66 17.23 -
YUV 177.16 75.99 100.07 -
System Red Green Blue C M Y K H S L
Decimal 138 215 85 0.36 0 0.60 0.16 95.54 0.62 0.59
Hex 8A D7 55 24 0 3C 10 60 3E 3B
Octal 212 327 125 44 0 74 20 140 76 73
Binary 10001010 11010111 1010101 100100 0 111100 10000 1100000 111110 111011

Color Harmonies of #8AD755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD755

Black with #8AD755

Text Example


Text Example

White with #8AD755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,215,85); }

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

background-color css

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

 a { background-color: rgb(138,215,85); }

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

border-color css

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

 span { border-color: rgb(138,215,85); }

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