Html Css Color HEX #82E949 Mantis

📋 copy color: '#82E949'

red 130 ◦ green 233 ◦ blue 73

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

Shades of Mantis #82E949

Tints of Mantis #82E949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.44%

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

R = 29.82%
G = 53.44%
B = 16.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#82E949 (or 0x82E949) is known color: Mantis. HEX triplet: 82, E9 and 49. RGB value is (130,233,73). Sum of RGB (Red+Green+Blue) = 130+233+73=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #82E949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E949 is #7D16B6. Grayscale: #B8B8B8. Windows color (decimal): -8197815 or 4843906. OLE color: 4843906.

HSL color Cylindrical-coordinate representation of color #82E949: hue angle of 98.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82E949 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 233 73 -
CMYK 0.44 0 0.69 0.09
HSL 98.63º 0.78% 0.6% -
HSV(B) 98.63º 0.69% 0.91% -
XYZ 39.55 63.5 16.48 -
YUV 183.96 65.38 89.51 -
System Red Green Blue C M Y K H S L
Decimal 130 233 73 0.44 0 0.69 0.09 98.63 0.78 0.6
Hex 82 E9 49 2C 0 45 9 63 4E 3C
Octal 202 351 111 54 0 105 11 143 116 74
Binary 10000010 11101001 1001001 101100 0 1000101 1001 1100011 1001110 111100

Color Harmonies of #82E949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E949

Black with #82E949

Text Example


Text Example

White with #82E949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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