Html Css Color HEX #82D461 Mantis

📋 copy color: '#82D461'

red 130 ◦ green 212 ◦ blue 97

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

Shades of Mantis #82D461

Tints of Mantis #82D461

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.29%

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 29.61%
G = 48.29%
B = 22.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#82D461 (or 0x82D461) is known color: Mantis. HEX triplet: 82, D4 and 61. RGB value is (130,212,97). Sum of RGB (Red+Green+Blue) = 130+212+97=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #82D461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D461 is #7D2B9E. Grayscale: #AEAEAE. Windows color (decimal): -8203167 or 6411394. OLE color: 6411394.

HSL color Cylindrical-coordinate representation of color #82D461: hue angle of 102.78º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82D461 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 212 97 -
CMYK 0.39 0 0.54 0.17
HSL 102.78º 0.57% 0.61% -
HSV(B) 102.78º 0.54% 0.83% -
XYZ 34.91 52.7 19.64 -
YUV 174.37 84.33 96.35 -
System Red Green Blue C M Y K H S L
Decimal 130 212 97 0.39 0 0.54 0.17 102.78 0.57 0.61
Hex 82 D4 61 27 0 36 11 67 39 3D
Octal 202 324 141 47 0 66 21 147 71 75
Binary 10000010 11010100 1100001 100111 0 110110 10001 1100111 111001 111101

Color Harmonies of #82D461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D461

Black with #82D461

Text Example


Text Example

White with #82D461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,212,97); }

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

background-color css

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

 a { background-color: rgb(130,212,97); }

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

border-color css

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

 span { border-color: rgb(130,212,97); }

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