Html Css Color HEX #8CC34D Mantis

📋 copy color: '#8CC34D'

red 140 ◦ green 195 ◦ blue 77

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

Shades of Mantis #8CC34D

Tints of Mantis #8CC34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 33.98%
G = 47.33%
B = 18.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#8CC34D (or 0x8CC34D) is known color: Mantis. HEX triplet: 8C, C3 and 4D. RGB value is (140,195,77). Sum of RGB (Red+Green+Blue) = 140+195+77=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC34D is #733CB2. Grayscale: #A5A5A5. Windows color (decimal): -7552179 or 5096332. OLE color: 5096332.

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

Color convert

RGB 140 195 77 -
CMYK 0.28 0 0.61 0.24
HSL 87.97º 0.5% 0.53% -
HSV(B) 87.97º 0.61% 0.76% -
XYZ 31.67 45.14 14.07 -
YUV 165.1 78.28 110.09 -
System Red Green Blue C M Y K H S L
Decimal 140 195 77 0.28 0 0.61 0.24 87.97 0.5 0.53
Hex 8C C3 4D 1C 0 3D 18 58 32 35
Octal 214 303 115 34 0 75 30 130 62 65
Binary 10001100 11000011 1001101 11100 0 111101 11000 1011000 110010 110101

Color Harmonies of #8CC34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC34D

Black with #8CC34D

Text Example


Text Example

White with #8CC34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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