Html Css Color HEX #8DD350 Mantis

📋 copy color: '#8DD350'

red 141 ◦ green 211 ◦ blue 80

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

Shades of Mantis #8DD350

Tints of Mantis #8DD350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 32.64%
G = 48.84%
B = 18.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#8DD350 (or 0x8DD350) is known color: Mantis. HEX triplet: 8D, D3 and 50. RGB value is (141,211,80). Sum of RGB (Red+Green+Blue) = 141+211+80=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD350 is #722CAF. Grayscale: #AFAFAF. Windows color (decimal): -7482544 or 5297037. OLE color: 5297037.

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

Color convert

RGB 141 211 80 -
CMYK 0.33 0 0.62 0.17
HSL 92.06º 0.6% 0.57% -
HSV(B) 92.06º 0.62% 0.83% -
XYZ 35.73 52.83 15.9 -
YUV 175.14 74.31 103.65 -
System Red Green Blue C M Y K H S L
Decimal 141 211 80 0.33 0 0.62 0.17 92.06 0.6 0.57
Hex 8D D3 50 21 0 3E 11 5C 3C 39
Octal 215 323 120 41 0 76 21 134 74 71
Binary 10001101 11010011 1010000 100001 0 111110 10001 1011100 111100 111001

Color Harmonies of #8DD350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD350

Black with #8DD350

Text Example


Text Example

White with #8DD350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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