Html Css Color HEX #82DF49 Mantis

📋 copy color: '#82DF49'

red 130 ◦ green 223 ◦ blue 73

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

Shades of Mantis #82DF49

Tints of Mantis #82DF49

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.35%

 BLUE value IS 73 (28.91% from 255) = 17.14%

R = 30.52%
G = 52.35%
B = 17.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#82DF49 (or 0x82DF49) is known color: Mantis. HEX triplet: 82, DF and 49. RGB value is (130,223,73). Sum of RGB (Red+Green+Blue) = 130+223+73=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DF49 is #7D20B6. Grayscale: #B2B2B2. Windows color (decimal): -8200375 or 4841346. OLE color: 4841346.

HSL color Cylindrical-coordinate representation of color #82DF49: hue angle of 97.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82DF49 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 73 -
CMYK 0.42 0 0.67 0.13
HSL 97.2º 0.7% 0.58% -
HSV(B) 97.2º 0.67% 0.87% -
XYZ 36.8 58 15.56 -
YUV 178.09 68.69 93.7 -
System Red Green Blue C M Y K H S L
Decimal 130 223 73 0.42 0 0.67 0.13 97.2 0.7 0.58
Hex 82 DF 49 2A 0 43 D 61 46 3A
Octal 202 337 111 52 0 103 15 141 106 72
Binary 10000010 11011111 1001001 101010 0 1000011 1101 1100001 1000110 111010

Color Harmonies of #82DF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF49

Black with #82DF49

Text Example


Text Example

White with #82DF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,223,73); }

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

background-color css

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

 a { background-color: rgb(130,223,73); }

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

border-color css

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

 span { border-color: rgb(130,223,73); }

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