Html Css Color HEX #8CC271 Mantis

📋 copy color: '#8CC271'

red 140 ◦ green 194 ◦ blue 113

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

Shades of Mantis #8CC271

Tints of Mantis #8CC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.4%

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 31.32%
G = 43.4%
B = 25.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#8CC271 (or 0x8CC271) is known color: Mantis. HEX triplet: 8C, C2 and 71. RGB value is (140,194,113). Sum of RGB (Red+Green+Blue) = 140+194+113=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC271 is #733D8E. Grayscale: #A8A8A8. Windows color (decimal): -7552399 or 7455372. OLE color: 7455372.

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

Color convert

RGB 140 194 113 -
CMYK 0.28 0 0.42 0.24
HSL 100º 0.4% 0.6% -
HSV(B) 100º 0.42% 0.76% -
XYZ 33.09 45.35 22.63 -
YUV 168.62 96.61 107.59 -
System Red Green Blue C M Y K H S L
Decimal 140 194 113 0.28 0 0.42 0.24 100 0.4 0.6
Hex 8C C2 71 1C 0 2A 18 64 28 3C
Octal 214 302 161 34 0 52 30 144 50 74
Binary 10001100 11000010 1110001 11100 0 101010 11000 1100100 101000 111100

Color Harmonies of #8CC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC271

Black with #8CC271

Text Example


Text Example

White with #8CC271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,194,113); }

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

background-color css

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

 a { background-color: rgb(140,194,113); }

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

border-color css

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

 span { border-color: rgb(140,194,113); }

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