Html Css Color HEX #8DD85C Mantis

📋 copy color: '#8DD85C'

red 141 ◦ green 216 ◦ blue 92

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

Shades of Mantis #8DD85C

Tints of Mantis #8DD85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.11%

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 31.4%
G = 48.11%
B = 20.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#8DD85C (or 0x8DD85C) is known color: Mantis. HEX triplet: 8D, D8 and 5C. RGB value is (141,216,92). Sum of RGB (Red+Green+Blue) = 141+216+92=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD85C is #7227A3. Grayscale: #B3B3B3. Windows color (decimal): -7481252 or 6084749. OLE color: 6084749.

HSL color Cylindrical-coordinate representation of color #8DD85C: hue angle of 96.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DD85C is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 216 92 -
CMYK 0.35 0 0.57 0.15
HSL 96.29º 0.61% 0.6% -
HSV(B) 96.29º 0.57% 0.85% -
XYZ 37.47 55.55 18.87 -
YUV 179.44 78.65 100.58 -
System Red Green Blue C M Y K H S L
Decimal 141 216 92 0.35 0 0.57 0.15 96.29 0.61 0.6
Hex 8D D8 5C 23 0 39 F 60 3D 3C
Octal 215 330 134 43 0 71 17 140 75 74
Binary 10001101 11011000 1011100 100011 0 111001 1111 1100000 111101 111100

Color Harmonies of #8DD85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD85C

Black with #8DD85C

Text Example


Text Example

White with #8DD85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,216,92); }

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

background-color css

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

 a { background-color: rgb(141,216,92); }

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

border-color css

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

 span { border-color: rgb(141,216,92); }

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