Html Css Color HEX #8CC260 Mantis

📋 copy color: '#8CC260'

red 140 ◦ green 194 ◦ blue 96

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

Shades of Mantis #8CC260

Tints of Mantis #8CC260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.33%

R = 32.56%
G = 45.12%
B = 22.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#8CC260 (or 0x8CC260) is known color: Mantis. HEX triplet: 8C, C2 and 60. RGB value is (140,194,96). Sum of RGB (Red+Green+Blue) = 140+194+96=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC260 is #733D9F. Grayscale: #A7A7A7. Windows color (decimal): -7552416 or 6341260. OLE color: 6341260.

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

Color convert

RGB 140 194 96 -
CMYK 0.28 0 0.51 0.24
HSL 93.06º 0.45% 0.57% -
HSV(B) 93.06º 0.51% 0.76% -
XYZ 32.22 45 18.05 -
YUV 166.68 88.11 108.97 -
System Red Green Blue C M Y K H S L
Decimal 140 194 96 0.28 0 0.51 0.24 93.06 0.45 0.57
Hex 8C C2 60 1C 0 33 18 5D 2D 39
Octal 214 302 140 34 0 63 30 135 55 71
Binary 10001100 11000010 1100000 11100 0 110011 11000 1011101 101101 111001

Color Harmonies of #8CC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC260

Black with #8CC260

Text Example


Text Example

White with #8CC260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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