Html Css Color HEX #8EDA64 Mantis

📋 copy color: '#8EDA64'

red 142 ◦ green 218 ◦ blue 100

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

Shades of Mantis #8EDA64

Tints of Mantis #8EDA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.39%

 BLUE value IS 100 (39.45% from 255) = 21.74%

R = 30.87%
G = 47.39%
B = 21.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#8EDA64 (or 0x8EDA64) is known color: Mantis. HEX triplet: 8E, DA and 64. RGB value is (142,218,100). Sum of RGB (Red+Green+Blue) = 142+218+100=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA64 is #71259B. Grayscale: #B6B6B6. Windows color (decimal): -7415196 or 6609550. OLE color: 6609550.

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

Color convert

RGB 142 218 100 -
CMYK 0.35 0 0.54 0.15
HSL 98.64º 0.61% 0.62% -
HSV(B) 98.64º 0.54% 0.85% -
XYZ 38.53 56.81 20.99 -
YUV 181.82 81.82 99.59 -
System Red Green Blue C M Y K H S L
Decimal 142 218 100 0.35 0 0.54 0.15 98.64 0.61 0.62
Hex 8E DA 64 23 0 36 F 63 3D 3E
Octal 216 332 144 43 0 66 17 143 75 76
Binary 10001110 11011010 1100100 100011 0 110110 1111 1100011 111101 111110

Color Harmonies of #8EDA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDA64

Black with #8EDA64

Text Example


Text Example

White with #8EDA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,218,100); }

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

background-color css

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

 a { background-color: rgb(142,218,100); }

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

border-color css

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

 span { border-color: rgb(142,218,100); }

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