Html Css Color HEX #8ED960 Mantis

📋 copy color: '#8ED960'

red 142 ◦ green 217 ◦ blue 96

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

Shades of Mantis #8ED960

Tints of Mantis #8ED960

RGB

 RED value IS 142 (55.86% from 255) = 31.21%

 GREEN value IS 217 (85.16% from 255) = 47.69%

 BLUE value IS 96 (37.89% from 255) = 21.1%

R = 31.21%
G = 47.69%
B = 21.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#8ED960 (or 0x8ED960) is known color: Mantis. HEX triplet: 8E, D9 and 60. RGB value is (142,217,96). Sum of RGB (Red+Green+Blue) = 142+217+96=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED960 is #71269F. Grayscale: #B5B5B5. Windows color (decimal): -7415456 or 6347150. OLE color: 6347150.

HSL color Cylindrical-coordinate representation of color #8ED960: hue angle of 97.19º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ED960 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 217 96 -
CMYK 0.35 0 0.56 0.15
HSL 97.19º 0.61% 0.61% -
HSV(B) 97.19º 0.56% 0.85% -
XYZ 38.08 56.22 19.91 -
YUV 180.78 80.15 100.34 -
System Red Green Blue C M Y K H S L
Decimal 142 217 96 0.35 0 0.56 0.15 97.19 0.61 0.61
Hex 8E D9 60 23 0 38 F 61 3D 3D
Octal 216 331 140 43 0 70 17 141 75 75
Binary 10001110 11011001 1100000 100011 0 111000 1111 1100001 111101 111101

Color Harmonies of #8ED960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED960

Black with #8ED960

Text Example


Text Example

White with #8ED960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,217,96); }

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

background-color css

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

 a { background-color: rgb(142,217,96); }

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

border-color css

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

 span { border-color: rgb(142,217,96); }

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