Html Css Color HEX #8DCF5E Mantis

📋 copy color: '#8DCF5E'

red 141 ◦ green 207 ◦ blue 94

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

Shades of Mantis #8DCF5E

Tints of Mantis #8DCF5E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.83%

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

R = 31.9%
G = 46.83%
B = 21.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#8DCF5E (or 0x8DCF5E) is known color: Mantis. HEX triplet: 8D, CF and 5E. RGB value is (141,207,94). Sum of RGB (Red+Green+Blue) = 141+207+94=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF5E is #7230A1. Grayscale: #AEAEAE. Windows color (decimal): -7483554 or 6213517. OLE color: 6213517.

HSL color Cylindrical-coordinate representation of color #8DCF5E: hue angle of 95.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DCF5E is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 207 94 -
CMYK 0.32 0 0.55 0.19
HSL 95.04º 0.54% 0.59% -
HSV(B) 95.04º 0.55% 0.81% -
XYZ 35.32 51.1 18.59 -
YUV 174.38 82.63 104.19 -
System Red Green Blue C M Y K H S L
Decimal 141 207 94 0.32 0 0.55 0.19 95.04 0.54 0.59
Hex 8D CF 5E 20 0 37 13 5F 36 3B
Octal 215 317 136 40 0 67 23 137 66 73
Binary 10001101 11001111 1011110 100000 0 110111 10011 1011111 110110 111011

Color Harmonies of #8DCF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCF5E

Black with #8DCF5E

Text Example


Text Example

White with #8DCF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,207,94); }

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

background-color css

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

 a { background-color: rgb(141,207,94); }

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

border-color css

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

 span { border-color: rgb(141,207,94); }

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