Html Css Color HEX #82EF49 Mantis

📋 copy color: '#82EF49'

red 130 ◦ green 239 ◦ blue 73

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

Shades of Mantis #82EF49

Tints of Mantis #82EF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.07%

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

R = 29.41%
G = 54.07%
B = 16.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#82EF49 (or 0x82EF49) is known color: Mantis. HEX triplet: 82, EF and 49. RGB value is (130,239,73). Sum of RGB (Red+Green+Blue) = 130+239+73=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EF49 is #7D10B6. Grayscale: #BCBCBC. Windows color (decimal): -8196279 or 4845442. OLE color: 4845442.

HSL color Cylindrical-coordinate representation of color #82EF49: hue angle of 99.4º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82EF49 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 239 73 -
CMYK 0.46 0 0.69 0.06
HSL 99.4º 0.84% 0.61% -
HSV(B) 99.4º 0.69% 0.94% -
XYZ 41.28 66.96 17.05 -
YUV 187.49 63.39 87 -
System Red Green Blue C M Y K H S L
Decimal 130 239 73 0.46 0 0.69 0.06 99.4 0.84 0.61
Hex 82 EF 49 2E 0 45 6 63 54 3D
Octal 202 357 111 56 0 105 6 143 124 75
Binary 10000010 11101111 1001001 101110 0 1000101 110 1100011 1010100 111101

Color Harmonies of #82EF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EF49

Black with #82EF49

Text Example


Text Example

White with #82EF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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