Html Css Color HEX #8DE75D Mantis

📋 copy color: '#8DE75D'

red 141 ◦ green 231 ◦ blue 93

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

Shades of Mantis #8DE75D

Tints of Mantis #8DE75D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.68%

 BLUE value IS 93 (36.72% from 255) = 20%

R = 30.32%
G = 49.68%
B = 20%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#8DE75D (or 0x8DE75D) is known color: Mantis. HEX triplet: 8D, E7 and 5D. RGB value is (141,231,93). Sum of RGB (Red+Green+Blue) = 141+231+93=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #8DE75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DE75D is #7218A2. Grayscale: #BCBCBC. Windows color (decimal): -7477411 or 6154125. OLE color: 6154125.

HSL color Cylindrical-coordinate representation of color #8DE75D: hue angle of 99.13º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DE75D is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 141 231 93 -
CMYK 0.39 0 0.60 0.09
HSL 99.13º 0.74% 0.64% -
HSV(B) 99.13º 0.6% 0.91% -
XYZ 41.54 63.6 20.44 -
YUV 188.36 74.18 94.22 -
System Red Green Blue C M Y K H S L
Decimal 141 231 93 0.39 0 0.60 0.09 99.13 0.74 0.64
Hex 8D E7 5D 27 0 3C 9 63 4A 40
Octal 215 347 135 47 0 74 11 143 112 100
Binary 10001101 11100111 1011101 100111 0 111100 1001 1100011 1001010 1000000

Color Harmonies of #8DE75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE75D

Black with #8DE75D

Text Example


Text Example

White with #8DE75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,231,93); }

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

background-color css

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

 a { background-color: rgb(141,231,93); }

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

border-color css

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

 span { border-color: rgb(141,231,93); }

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