Html Css Color HEX #82E258 Mantis

📋 copy color: '#82E258'

red 130 ◦ green 226 ◦ blue 88

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

Shades of Mantis #82E258

Tints of Mantis #82E258

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.9%

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 29.28%
G = 50.9%
B = 19.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#82E258 (or 0x82E258) is known color: Mantis. HEX triplet: 82, E2 and 58. RGB value is (130,226,88). Sum of RGB (Red+Green+Blue) = 130+226+88=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #82E258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E258 is #7D1DA7. Grayscale: #B6B6B6. Windows color (decimal): -8199592 or 5825154. OLE color: 5825154.

HSL color Cylindrical-coordinate representation of color #82E258: hue angle of 101.74º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82E258 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 226 88 -
CMYK 0.42 0 0.61 0.11
HSL 101.74º 0.7% 0.62% -
HSV(B) 101.74º 0.61% 0.89% -
XYZ 38.16 59.84 18.77 -
YUV 181.56 75.2 91.22 -
System Red Green Blue C M Y K H S L
Decimal 130 226 88 0.42 0 0.61 0.11 101.74 0.7 0.62
Hex 82 E2 58 2A 0 3D B 66 46 3E
Octal 202 342 130 52 0 75 13 146 106 76
Binary 10000010 11100010 1011000 101010 0 111101 1011 1100110 1000110 111110

Color Harmonies of #82E258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E258

Black with #82E258

Text Example


Text Example

White with #82E258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,226,88); }

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

background-color css

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

 a { background-color: rgb(130,226,88); }

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

border-color css

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

 span { border-color: rgb(130,226,88); }

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