Html Css Color HEX #8DD365 Mantis

📋 copy color: '#8DD365'

red 141 ◦ green 211 ◦ blue 101

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

Shades of Mantis #8DD365

Tints of Mantis #8DD365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.3%

R = 31.13%
G = 46.58%
B = 22.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#8DD365 (or 0x8DD365) is known color: Mantis. HEX triplet: 8D, D3 and 65. RGB value is (141,211,101). Sum of RGB (Red+Green+Blue) = 141+211+101=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD365 is #722C9A. Grayscale: #B1B1B1. Windows color (decimal): -7482523 or 6673293. OLE color: 6673293.

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

Color convert

RGB 141 211 101 -
CMYK 0.33 0 0.52 0.17
HSL 98.18º 0.56% 0.61% -
HSV(B) 98.18º 0.52% 0.83% -
XYZ 36.63 53.19 20.65 -
YUV 177.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 141 211 101 0.33 0 0.52 0.17 98.18 0.56 0.61
Hex 8D D3 65 21 0 34 11 62 38 3D
Octal 215 323 145 41 0 64 21 142 70 75
Binary 10001101 11010011 1100101 100001 0 110100 10001 1100010 111000 111101

Color Harmonies of #8DD365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD365

Black with #8DD365

Text Example


Text Example

White with #8DD365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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