Html Css Color HEX #82D85D Mantis

📋 copy color: '#82D85D'

red 130 ◦ green 216 ◦ blue 93

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

Shades of Mantis #82D85D

Tints of Mantis #82D85D

RGB

 RED value IS 130 (51.17% from 255) = 29.61%

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

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

R = 29.61%
G = 49.2%
B = 21.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#82D85D (or 0x82D85D) is known color: Mantis. HEX triplet: 82, D8 and 5D. RGB value is (130,216,93). Sum of RGB (Red+Green+Blue) = 130+216+93=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #82D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D85D is #7D27A2. Grayscale: #B0B0B0. Windows color (decimal): -8202147 or 6150274. OLE color: 6150274.

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

Color convert

RGB 130 216 93 -
CMYK 0.40 0 0.57 0.15
HSL 101.95º 0.61% 0.61% -
HSV(B) 101.95º 0.57% 0.85% -
XYZ 35.74 54.65 19.02 -
YUV 176.26 81.01 95 -
System Red Green Blue C M Y K H S L
Decimal 130 216 93 0.40 0 0.57 0.15 101.95 0.61 0.61
Hex 82 D8 5D 28 0 39 F 66 3D 3D
Octal 202 330 135 50 0 71 17 146 75 75
Binary 10000010 11011000 1011101 101000 0 111001 1111 1100110 111101 111101

Color Harmonies of #82D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D85D

Black with #82D85D

Text Example


Text Example

White with #82D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82D85D; }

 p { color: rgb(130,216,93); }

 H1.HeaderClassName
 {
   color: #82D85D;
 }
 .AnyTagClassName
 {
   color: #82D85D;
 }
</style>

background-color css

<style>
 a { background-color: #82D85D; }

 a { background-color: rgb(130,216,93); }

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

border-color css

<style>
 span { border-color: #82D85D; }

 span { border-color: rgb(130,216,93); }

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