Html Css Color HEX #82C25C Mantis

📋 copy color: '#82C25C'

red 130 ◦ green 194 ◦ blue 92

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

Shades of Mantis #82C25C

Tints of Mantis #82C25C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.63%

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 31.25%
G = 46.63%
B = 22.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#82C25C (or 0x82C25C) is known color: Mantis. HEX triplet: 82, C2 and 5C. RGB value is (130,194,92). Sum of RGB (Red+Green+Blue) = 130+194+92=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #82C25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C25C is #7D3DA3. Grayscale: #A3A3A3. Windows color (decimal): -8207780 or 6079106. OLE color: 6079106.

HSL color Cylindrical-coordinate representation of color #82C25C: hue angle of 97.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82C25C is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 194 92 -
CMYK 0.33 0 0.53 0.24
HSL 97.65º 0.46% 0.56% -
HSV(B) 97.65º 0.53% 0.76% -
XYZ 30.43 44.1 17.03 -
YUV 163.24 87.8 104.29 -
System Red Green Blue C M Y K H S L
Decimal 130 194 92 0.33 0 0.53 0.24 97.65 0.46 0.56
Hex 82 C2 5C 21 0 35 18 62 2E 38
Octal 202 302 134 41 0 65 30 142 56 70
Binary 10000010 11000010 1011100 100001 0 110101 11000 1100010 101110 111000

Color Harmonies of #82C25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C25C

Black with #82C25C

Text Example


Text Example

White with #82C25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,92); }

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

background-color css

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

 a { background-color: rgb(130,194,92); }

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

border-color css

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

 span { border-color: rgb(130,194,92); }

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