Html Css Color HEX #82D75D Mantis

📋 copy color: '#82D75D'

red 130 ◦ green 215 ◦ blue 93

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

Shades of Mantis #82D75D

Tints of Mantis #82D75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

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

R = 29.68%
G = 49.09%
B = 21.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#82D75D (or 0x82D75D) is known color: Mantis. HEX triplet: 82, D7 and 5D. RGB value is (130,215,93). Sum of RGB (Red+Green+Blue) = 130+215+93=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #82D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D75D is #7D28A2. Grayscale: #B0B0B0. Windows color (decimal): -8202403 or 6150018. OLE color: 6150018.

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

Color convert

RGB 130 215 93 -
CMYK 0.40 0 0.57 0.16
HSL 101.8º 0.6% 0.6% -
HSV(B) 101.8º 0.57% 0.84% -
XYZ 35.48 54.14 18.94 -
YUV 175.68 81.34 95.42 -
System Red Green Blue C M Y K H S L
Decimal 130 215 93 0.40 0 0.57 0.16 101.8 0.6 0.6
Hex 82 D7 5D 28 0 39 10 66 3C 3C
Octal 202 327 135 50 0 71 20 146 74 74
Binary 10000010 11010111 1011101 101000 0 111001 10000 1100110 111100 111100

Color Harmonies of #82D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D75D

Black with #82D75D

Text Example


Text Example

White with #82D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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