Html Css Color HEX #8DD25D Mantis

📋 copy color: '#8DD25D'

red 141 ◦ green 210 ◦ blue 93

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

Shades of Mantis #8DD25D

Tints of Mantis #8DD25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.3%

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

R = 31.76%
G = 47.3%
B = 20.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#8DD25D (or 0x8DD25D) is known color: Mantis. HEX triplet: 8D, D2 and 5D. RGB value is (141,210,93). Sum of RGB (Red+Green+Blue) = 141+210+93=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD25D is #722DA2. Grayscale: #B0B0B0. Windows color (decimal): -7482787 or 6148749. OLE color: 6148749.

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

Color convert

RGB 141 210 93 -
CMYK 0.33 0 0.56 0.18
HSL 95.38º 0.57% 0.59% -
HSV(B) 95.38º 0.56% 0.82% -
XYZ 36.01 52.55 18.6 -
YUV 176.03 81.14 103.01 -
System Red Green Blue C M Y K H S L
Decimal 141 210 93 0.33 0 0.56 0.18 95.38 0.57 0.59
Hex 8D D2 5D 21 0 38 12 5F 39 3B
Octal 215 322 135 41 0 70 22 137 71 73
Binary 10001101 11010010 1011101 100001 0 111000 10010 1011111 111001 111011

Color Harmonies of #8DD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD25D

Black with #8DD25D

Text Example


Text Example

White with #8DD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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