Html Css Color HEX #8DC364 Mantis

📋 copy color: '#8DC364'

red 141 ◦ green 195 ◦ blue 100

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

Shades of Mantis #8DC364

Tints of Mantis #8DC364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.72%

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

R = 32.34%
G = 44.72%
B = 22.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#8DC364 (or 0x8DC364) is known color: Mantis. HEX triplet: 8D, C3 and 64. RGB value is (141,195,100). Sum of RGB (Red+Green+Blue) = 141+195+100=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC364 is #723C9B. Grayscale: #A8A8A8. Windows color (decimal): -7486620 or 6603661. OLE color: 6603661.

HSL color Cylindrical-coordinate representation of color #8DC364: hue angle of 94.11º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DC364 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 195 100 -
CMYK 0.28 0 0.49 0.24
HSL 94.11º 0.44% 0.58% -
HSV(B) 94.11º 0.49% 0.76% -
XYZ 32.8 45.61 19.13 -
YUV 168.02 89.61 108.72 -
System Red Green Blue C M Y K H S L
Decimal 141 195 100 0.28 0 0.49 0.24 94.11 0.44 0.58
Hex 8D C3 64 1C 0 31 18 5E 2C 3A
Octal 215 303 144 34 0 61 30 136 54 72
Binary 10001101 11000011 1100100 11100 0 110001 11000 1011110 101100 111010

Color Harmonies of #8DC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC364

Black with #8DC364

Text Example


Text Example

White with #8DC364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,195,100); }

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

background-color css

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

 a { background-color: rgb(141,195,100); }

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

border-color css

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

 span { border-color: rgb(141,195,100); }

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