Html Css Color HEX #8DCA70 Mantis

📋 copy color: '#8DCA70'

red 141 ◦ green 202 ◦ blue 112

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

Shades of Mantis #8DCA70

Tints of Mantis #8DCA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.4%

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

R = 30.99%
G = 44.4%
B = 24.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#8DCA70 (or 0x8DCA70) is known color: Mantis. HEX triplet: 8D, CA and 70. RGB value is (141,202,112). Sum of RGB (Red+Green+Blue) = 141+202+112=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCA70 is #72358F. Grayscale: #ADADAD. Windows color (decimal): -7484816 or 7391885. OLE color: 7391885.

HSL color Cylindrical-coordinate representation of color #8DCA70: hue angle of 100.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DCA70 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 202 112 -
CMYK 0.30 0 0.45 0.21
HSL 100.67º 0.46% 0.62% -
HSV(B) 100.67º 0.45% 0.79% -
XYZ 35.03 49.07 22.96 -
YUV 173.5 93.29 104.82 -
System Red Green Blue C M Y K H S L
Decimal 141 202 112 0.30 0 0.45 0.21 100.67 0.46 0.62
Hex 8D CA 70 1E 0 2D 15 65 2E 3E
Octal 215 312 160 36 0 55 25 145 56 76
Binary 10001101 11001010 1110000 11110 0 101101 10101 1100101 101110 111110

Color Harmonies of #8DCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCA70

Black with #8DCA70

Text Example


Text Example

White with #8DCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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