Html Css Color HEX #8DC470 Mantis

📋 copy color: '#8DC470'

red 141 ◦ green 196 ◦ blue 112

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

Shades of Mantis #8DC470

Tints of Mantis #8DC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

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

R = 31.4%
G = 43.65%
B = 24.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#8DC470 (or 0x8DC470) is known color: Mantis. HEX triplet: 8D, C4 and 70. RGB value is (141,196,112). Sum of RGB (Red+Green+Blue) = 141+196+112=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC470 is #723B8F. Grayscale: #AAAAAA. Windows color (decimal): -7486352 or 7390349. OLE color: 7390349.

HSL color Cylindrical-coordinate representation of color #8DC470: hue angle of 99.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DC470 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 196 112 -
CMYK 0.28 0 0.43 0.23
HSL 99.29º 0.42% 0.6% -
HSV(B) 99.29º 0.43% 0.77% -
XYZ 33.65 46.31 22.49 -
YUV 169.98 95.28 107.33 -
System Red Green Blue C M Y K H S L
Decimal 141 196 112 0.28 0 0.43 0.23 99.29 0.42 0.6
Hex 8D C4 70 1C 0 2B 17 63 2A 3C
Octal 215 304 160 34 0 53 27 143 52 74
Binary 10001101 11000100 1110000 11100 0 101011 10111 1100011 101010 111100

Color Harmonies of #8DC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC470

Black with #8DC470

Text Example


Text Example

White with #8DC470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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