Html Css Color HEX #8CC362 Mantis

📋 copy color: '#8CC362'

red 140 ◦ green 195 ◦ blue 98

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

Shades of Mantis #8CC362

Tints of Mantis #8CC362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.63%

R = 32.33%
G = 45.03%
B = 22.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#8CC362 (or 0x8CC362) is known color: Mantis. HEX triplet: 8C, C3 and 62. RGB value is (140,195,98). Sum of RGB (Red+Green+Blue) = 140+195+98=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC362 is #733C9D. Grayscale: #A7A7A7. Windows color (decimal): -7552158 or 6472588. OLE color: 6472588.

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

Color convert

RGB 140 195 98 -
CMYK 0.28 0 0.50 0.24
HSL 94.02º 0.45% 0.57% -
HSV(B) 94.02º 0.5% 0.76% -
XYZ 32.53 45.49 18.62 -
YUV 167.5 88.78 108.39 -
System Red Green Blue C M Y K H S L
Decimal 140 195 98 0.28 0 0.50 0.24 94.02 0.45 0.57
Hex 8C C3 62 1C 0 32 18 5E 2D 39
Octal 214 303 142 34 0 62 30 136 55 71
Binary 10001100 11000011 1100010 11100 0 110010 11000 1011110 101101 111001

Color Harmonies of #8CC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC362

Black with #8CC362

Text Example


Text Example

White with #8CC362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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