Html Css Color HEX #8ED05D Mantis

📋 copy color: '#8ED05D'

red 142 ◦ green 208 ◦ blue 93

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

Shades of Mantis #8ED05D

Tints of Mantis #8ED05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.95%

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 32.05%
G = 46.95%
B = 20.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#8ED05D (or 0x8ED05D) is known color: Mantis. HEX triplet: 8E, D0 and 5D. RGB value is (142,208,93). Sum of RGB (Red+Green+Blue) = 142+208+93=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED05D is #712FA2. Grayscale: #AFAFAF. Windows color (decimal): -7417763 or 6148238. OLE color: 6148238.

HSL color Cylindrical-coordinate representation of color #8ED05D: hue angle of 94.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ED05D is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 208 93 -
CMYK 0.32 0 0.55 0.18
HSL 94.43º 0.55% 0.59% -
HSV(B) 94.43º 0.55% 0.82% -
XYZ 35.69 51.65 18.45 -
YUV 175.16 81.63 104.35 -
System Red Green Blue C M Y K H S L
Decimal 142 208 93 0.32 0 0.55 0.18 94.43 0.55 0.59
Hex 8E D0 5D 20 0 37 12 5E 37 3B
Octal 216 320 135 40 0 67 22 136 67 73
Binary 10001110 11010000 1011101 100000 0 110111 10010 1011110 110111 111011

Color Harmonies of #8ED05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED05D

Black with #8ED05D

Text Example


Text Example

White with #8ED05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,208,93); }

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

background-color css

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

 a { background-color: rgb(142,208,93); }

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

border-color css

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

 span { border-color: rgb(142,208,93); }

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