Html Css Color HEX #8CC355 Mantis

📋 copy color: '#8CC355'

red 140 ◦ green 195 ◦ blue 85

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

Shades of Mantis #8CC355

Tints of Mantis #8CC355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.24%

R = 33.33%
G = 46.43%
B = 20.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#8CC355 (or 0x8CC355) is known color: Mantis. HEX triplet: 8C, C3 and 55. RGB value is (140,195,85). Sum of RGB (Red+Green+Blue) = 140+195+85=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC355 is #733CAA. Grayscale: #A6A6A6. Windows color (decimal): -7552171 or 5620620. OLE color: 5620620.

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

Color convert

RGB 140 195 85 -
CMYK 0.28 0 0.56 0.24
HSL 90º 0.48% 0.55% -
HSV(B) 90º 0.56% 0.76% -
XYZ 31.97 45.26 15.65 -
YUV 166.02 82.28 109.44 -
System Red Green Blue C M Y K H S L
Decimal 140 195 85 0.28 0 0.56 0.24 90 0.48 0.55
Hex 8C C3 55 1C 0 38 18 5A 30 37
Octal 214 303 125 34 0 70 30 132 60 67
Binary 10001100 11000011 1010101 11100 0 111000 11000 1011010 110000 110111

Color Harmonies of #8CC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC355

Black with #8CC355

Text Example


Text Example

White with #8CC355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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