Html Css Color HEX #8CC55E Mantis

📋 copy color: '#8CC55E'

red 140 ◦ green 197 ◦ blue 94

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

Shades of Mantis #8CC55E

Tints of Mantis #8CC55E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.71%

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 32.48%
G = 45.71%
B = 21.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#8CC55E (or 0x8CC55E) is known color: Mantis. HEX triplet: 8C, C5 and 5E. RGB value is (140,197,94). Sum of RGB (Red+Green+Blue) = 140+197+94=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC55E is #733AA1. Grayscale: #A8A8A8. Windows color (decimal): -7551650 or 6210956. OLE color: 6210956.

HSL color Cylindrical-coordinate representation of color #8CC55E: hue angle of 93.2º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CC55E is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 197 94 -
CMYK 0.29 0 0.52 0.23
HSL 93.2º 0.47% 0.57% -
HSV(B) 93.2º 0.52% 0.77% -
XYZ 32.8 46.32 17.8 -
YUV 168.22 86.12 107.88 -
System Red Green Blue C M Y K H S L
Decimal 140 197 94 0.29 0 0.52 0.23 93.2 0.47 0.57
Hex 8C C5 5E 1D 0 34 17 5D 2F 39
Octal 214 305 136 35 0 64 27 135 57 71
Binary 10001100 11000101 1011110 11101 0 110100 10111 1011101 101111 111001

Color Harmonies of #8CC55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC55E

Black with #8CC55E

Text Example


Text Example

White with #8CC55E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,197,94); }

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

background-color css

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

 a { background-color: rgb(140,197,94); }

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

border-color css

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

 span { border-color: rgb(140,197,94); }

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