Html Css Color HEX #8CC364 Mantis

📋 copy color: '#8CC364'

red 140 ◦ green 195 ◦ blue 100

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

Shades of Mantis #8CC364

Tints of Mantis #8CC364

RGB

 RED value IS 140 (55.08% from 255) = 32.18%

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

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

R = 32.18%
G = 44.83%
B = 22.99%

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

#8CC364 (or 0x8CC364) is known color: Mantis. HEX triplet: 8C, C3 and 64. RGB value is (140,195,100). Sum of RGB (Red+Green+Blue) = 140+195+100=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC364 is #733C9B. Grayscale: #A8A8A8. Windows color (decimal): -7552156 or 6603660. OLE color: 6603660.

HSL color Cylindrical-coordinate representation of color #8CC364: hue angle of 94.74º 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 #8CC364 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 100 -
CMYK 0.28 0 0.49 0.24
HSL 94.74º 0.44% 0.58% -
HSV(B) 94.74º 0.49% 0.76% -
XYZ 32.63 45.53 19.12 -
YUV 167.73 89.78 108.22 -
System Red Green Blue C M Y K H S L
Decimal 140 195 100 0.28 0 0.49 0.24 94.74 0.44 0.58
Hex 8C C3 64 1C 0 31 18 5F 2C 3A
Octal 214 303 144 34 0 61 30 137 54 72
Binary 10001100 11000011 1100100 11100 0 110001 11000 1011111 101100 111010

Color Harmonies of #8CC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC364

Black with #8CC364

Text Example


Text Example

White with #8CC364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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