Html Css Color HEX #82DB47 Mantis

📋 copy color: '#82DB47'

red 130 ◦ green 219 ◦ blue 71

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

Shades of Mantis #82DB47

Tints of Mantis #82DB47

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.14%

 BLUE value IS 71 (28.13% from 255) = 16.9%

R = 30.95%
G = 52.14%
B = 16.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#82DB47 (or 0x82DB47) is known color: Mantis. HEX triplet: 82, DB and 47. RGB value is (130,219,71). Sum of RGB (Red+Green+Blue) = 130+219+71=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DB47 is #7D24B8. Grayscale: #B0B0B0. Windows color (decimal): -8201401 or 4709250. OLE color: 4709250.

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

Color convert

RGB 130 219 71 -
CMYK 0.41 0 0.68 0.14
HSL 96.08º 0.67% 0.57% -
HSV(B) 96.08º 0.68% 0.86% -
XYZ 35.67 55.86 14.86 -
YUV 175.52 69.01 95.53 -
System Red Green Blue C M Y K H S L
Decimal 130 219 71 0.41 0 0.68 0.14 96.08 0.67 0.57
Hex 82 DB 47 29 0 44 E 60 43 39
Octal 202 333 107 51 0 104 16 140 103 71
Binary 10000010 11011011 1000111 101001 0 1000100 1110 1100000 1000011 111001

Color Harmonies of #82DB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DB47

Black with #82DB47

Text Example


Text Example

White with #82DB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,219,71); }

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

background-color css

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

 a { background-color: rgb(130,219,71); }

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

border-color css

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

 span { border-color: rgb(130,219,71); }

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