Html Css Color HEX #82DC57 Mantis

📋 copy color: '#82DC57'

red 130 ◦ green 220 ◦ blue 87

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

Shades of Mantis #82DC57

Tints of Mantis #82DC57

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.34%

 BLUE value IS 87 (34.38% from 255) = 19.91%

R = 29.75%
G = 50.34%
B = 19.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#82DC57 (or 0x82DC57) is known color: Mantis. HEX triplet: 82, DC and 57. RGB value is (130,220,87). Sum of RGB (Red+Green+Blue) = 130+220+87=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DC57 is #7D23A8. Grayscale: #B2B2B2. Windows color (decimal): -8201129 or 5758082. OLE color: 5758082.

HSL color Cylindrical-coordinate representation of color #82DC57: hue angle of 100.6º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82DC57 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 220 87 -
CMYK 0.41 0 0.60 0.14
HSL 100.6º 0.66% 0.6% -
HSV(B) 100.6º 0.6% 0.86% -
XYZ 36.52 56.62 18.02 -
YUV 177.93 76.68 93.81 -
System Red Green Blue C M Y K H S L
Decimal 130 220 87 0.41 0 0.60 0.14 100.6 0.66 0.6
Hex 82 DC 57 29 0 3C E 65 42 3C
Octal 202 334 127 51 0 74 16 145 102 74
Binary 10000010 11011100 1010111 101001 0 111100 1110 1100101 1000010 111100

Color Harmonies of #82DC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DC57

Black with #82DC57

Text Example


Text Example

White with #82DC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,220,87); }

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

background-color css

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

 a { background-color: rgb(130,220,87); }

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

border-color css

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

 span { border-color: rgb(130,220,87); }

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