Html Css Color HEX #82EE49 Mantis

📋 copy color: '#82EE49'

red 130 ◦ green 238 ◦ blue 73

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

Shades of Mantis #82EE49

Tints of Mantis #82EE49

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.97%

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

R = 29.48%
G = 53.97%
B = 16.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#82EE49 (or 0x82EE49) is known color: Mantis. HEX triplet: 82, EE and 49. RGB value is (130,238,73). Sum of RGB (Red+Green+Blue) = 130+238+73=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 238 (93.36% from 255 or 53.97% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 238 - color contains mainly: green. Hex color #82EE49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EE49 is #7D11B6. Grayscale: #BBBBBB. Windows color (decimal): -8196535 or 4845186. OLE color: 4845186.

HSL color Cylindrical-coordinate representation of color #82EE49: hue angle of 99.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82EE49 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 238 73 -
CMYK 0.45 0 0.69 0.07
HSL 99.27º 0.83% 0.61% -
HSV(B) 99.27º 0.69% 0.93% -
XYZ 40.98 66.38 16.96 -
YUV 186.9 63.72 87.42 -
System Red Green Blue C M Y K H S L
Decimal 130 238 73 0.45 0 0.69 0.07 99.27 0.83 0.61
Hex 82 EE 49 2D 0 45 7 63 53 3D
Octal 202 356 111 55 0 105 7 143 123 75
Binary 10000010 11101110 1001001 101101 0 1000101 111 1100011 1010011 111101

Color Harmonies of #82EE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EE49

Black with #82EE49

Text Example


Text Example

White with #82EE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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