Html Css Color HEX #8DD35D Mantis

📋 copy color: '#8DD35D'

red 141 ◦ green 211 ◦ blue 93

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

Shades of Mantis #8DD35D

Tints of Mantis #8DD35D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.42%

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

R = 31.69%
G = 47.42%
B = 20.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#8DD35D (or 0x8DD35D) is known color: Mantis. HEX triplet: 8D, D3 and 5D. RGB value is (141,211,93). Sum of RGB (Red+Green+Blue) = 141+211+93=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD35D is #722CA2. Grayscale: #B1B1B1. Windows color (decimal): -7482531 or 6149005. OLE color: 6149005.

HSL color Cylindrical-coordinate representation of color #8DD35D: hue angle of 95.59º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DD35D is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 141 211 93 -
CMYK 0.33 0 0.56 0.17
HSL 95.59º 0.57% 0.6% -
HSV(B) 95.59º 0.56% 0.83% -
XYZ 36.25 53.04 18.68 -
YUV 176.62 80.81 102.59 -
System Red Green Blue C M Y K H S L
Decimal 141 211 93 0.33 0 0.56 0.17 95.59 0.57 0.6
Hex 8D D3 5D 21 0 38 11 60 39 3C
Octal 215 323 135 41 0 70 21 140 71 74
Binary 10001101 11010011 1011101 100001 0 111000 10001 1100000 111001 111100

Color Harmonies of #8DD35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD35D

Black with #8DD35D

Text Example


Text Example

White with #8DD35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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