Html Css Color HEX #8DCE70 Mantis

📋 copy color: '#8DCE70'

red 141 ◦ green 206 ◦ blue 112

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

Shades of Mantis #8DCE70

Tints of Mantis #8DCE70

RGB

 RED value IS 141 (55.47% from 255) = 30.72%

 GREEN value IS 206 (80.86% from 255) = 44.88%

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 30.72%
G = 44.88%
B = 24.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#8DCE70 (or 0x8DCE70) is known color: Mantis. HEX triplet: 8D, CE and 70. RGB value is (141,206,112). Sum of RGB (Red+Green+Blue) = 141+206+112=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCE70 is #72318F. Grayscale: #B0B0B0. Windows color (decimal): -7483792 or 7392909. OLE color: 7392909.

HSL color Cylindrical-coordinate representation of color #8DCE70: hue angle of 101.49º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DCE70 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 206 112 -
CMYK 0.32 0 0.46 0.19
HSL 101.49º 0.49% 0.62% -
HSV(B) 101.49º 0.46% 0.81% -
XYZ 35.98 50.98 23.27 -
YUV 175.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 141 206 112 0.32 0 0.46 0.19 101.49 0.49 0.62
Hex 8D CE 70 20 0 2E 13 65 31 3E
Octal 215 316 160 40 0 56 23 145 61 76
Binary 10001101 11001110 1110000 100000 0 101110 10011 1100101 110001 111110

Color Harmonies of #8DCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCE70

Black with #8DCE70

Text Example


Text Example

White with #8DCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,206,112); }

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

background-color css

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

 a { background-color: rgb(141,206,112); }

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

border-color css

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

 span { border-color: rgb(141,206,112); }

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