Html Css Color HEX #82D55D Mantis

📋 copy color: '#82D55D'

red 130 ◦ green 213 ◦ blue 93

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

Shades of Mantis #82D55D

Tints of Mantis #82D55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.85%

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

R = 29.82%
G = 48.85%
B = 21.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#82D55D (or 0x82D55D) is known color: Mantis. HEX triplet: 82, D5 and 5D. RGB value is (130,213,93). Sum of RGB (Red+Green+Blue) = 130+213+93=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #82D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D55D is #7D2AA2. Grayscale: #AEAEAE. Windows color (decimal): -8202915 or 6149506. OLE color: 6149506.

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

Color convert

RGB 130 213 93 -
CMYK 0.39 0 0.56 0.16
HSL 101.5º 0.59% 0.6% -
HSV(B) 101.5º 0.56% 0.84% -
XYZ 34.98 53.12 18.77 -
YUV 174.5 82 96.26 -
System Red Green Blue C M Y K H S L
Decimal 130 213 93 0.39 0 0.56 0.16 101.5 0.59 0.6
Hex 82 D5 5D 27 0 38 10 66 3B 3C
Octal 202 325 135 47 0 70 20 146 73 74
Binary 10000010 11010101 1011101 100111 0 111000 10000 1100110 111011 111100

Color Harmonies of #82D55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D55D

Black with #82D55D

Text Example


Text Example

White with #82D55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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