Html Css Color HEX #8DC55F Mantis

📋 copy color: '#8DC55F'

red 141 ◦ green 197 ◦ blue 95

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

Shades of Mantis #8DC55F

Tints of Mantis #8DC55F

RGB

 RED value IS 141 (55.47% from 255) = 32.56%

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

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 32.56%
G = 45.5%
B = 21.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#8DC55F (or 0x8DC55F) is known color: Mantis. HEX triplet: 8D, C5 and 5F. RGB value is (141,197,95). Sum of RGB (Red+Green+Blue) = 141+197+95=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC55F is #723AA0. Grayscale: #A8A8A8. Windows color (decimal): -7486113 or 6276493. OLE color: 6276493.

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

Color convert

RGB 141 197 95 -
CMYK 0.28 0 0.52 0.23
HSL 92.94º 0.47% 0.57% -
HSV(B) 92.94º 0.52% 0.77% -
XYZ 33.02 46.42 18.05 -
YUV 168.63 86.45 108.29 -
System Red Green Blue C M Y K H S L
Decimal 141 197 95 0.28 0 0.52 0.23 92.94 0.47 0.57
Hex 8D C5 5F 1C 0 34 17 5D 2F 39
Octal 215 305 137 34 0 64 27 135 57 71
Binary 10001101 11000101 1011111 11100 0 110100 10111 1011101 101111 111001

Color Harmonies of #8DC55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC55F

Black with #8DC55F

Text Example


Text Example

White with #8DC55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,197,95); }

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

background-color css

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

 a { background-color: rgb(141,197,95); }

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

border-color css

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

 span { border-color: rgb(141,197,95); }

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