Html Css Color HEX #8CC360 Mantis

📋 copy color: '#8CC360'

red 140 ◦ green 195 ◦ blue 96

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

Shades of Mantis #8CC360

Tints of Mantis #8CC360

RGB

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

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

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

R = 32.48%
G = 45.24%
B = 22.27%

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

#8CC360 (or 0x8CC360) is known color: Mantis. HEX triplet: 8C, C3 and 60. RGB value is (140,195,96). Sum of RGB (Red+Green+Blue) = 140+195+96=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC360 is #733C9F. Grayscale: #A7A7A7. Windows color (decimal): -7552160 or 6341516. OLE color: 6341516.

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

Color convert

RGB 140 195 96 -
CMYK 0.28 0 0.51 0.24
HSL 93.33º 0.45% 0.57% -
HSV(B) 93.33º 0.51% 0.76% -
XYZ 32.44 45.45 18.13 -
YUV 167.27 87.78 108.55 -
System Red Green Blue C M Y K H S L
Decimal 140 195 96 0.28 0 0.51 0.24 93.33 0.45 0.57
Hex 8C C3 60 1C 0 33 18 5D 2D 39
Octal 214 303 140 34 0 63 30 135 55 71
Binary 10001100 11000011 1100000 11100 0 110011 11000 1011101 101101 111001

Color Harmonies of #8CC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC360

Black with #8CC360

Text Example


Text Example

White with #8CC360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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