Html Css Color HEX #8EDA68 Mantis

📋 copy color: '#8EDA68'

red 142 ◦ green 218 ◦ blue 104

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

Shades of Mantis #8EDA68

Tints of Mantis #8EDA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.41%

R = 30.6%
G = 46.98%
B = 22.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#8EDA68 (or 0x8EDA68) is known color: Mantis. HEX triplet: 8E, DA and 68. RGB value is (142,218,104). Sum of RGB (Red+Green+Blue) = 142+218+104=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA68 is #712597. Grayscale: #B6B6B6. Windows color (decimal): -7415192 or 6871694. OLE color: 6871694.

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

Color convert

RGB 142 218 104 -
CMYK 0.35 0 0.52 0.15
HSL 100º 0.61% 0.63% -
HSV(B) 100º 0.52% 0.85% -
XYZ 38.73 56.89 22.04 -
YUV 182.28 83.82 99.27 -
System Red Green Blue C M Y K H S L
Decimal 142 218 104 0.35 0 0.52 0.15 100 0.61 0.63
Hex 8E DA 68 23 0 34 F 64 3D 3F
Octal 216 332 150 43 0 64 17 144 75 77
Binary 10001110 11011010 1101000 100011 0 110100 1111 1100100 111101 111111

Color Harmonies of #8EDA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDA68

Black with #8EDA68

Text Example


Text Example

White with #8EDA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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