Html Css Color HEX #82C25F Mantis

📋 copy color: '#82C25F'

red 130 ◦ green 194 ◦ blue 95

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

Shades of Mantis #82C25F

Tints of Mantis #82C25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 31.03%
G = 46.3%
B = 22.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#82C25F (or 0x82C25F) is known color: Mantis. HEX triplet: 82, C2 and 5F. RGB value is (130,194,95). Sum of RGB (Red+Green+Blue) = 130+194+95=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #82C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C25F is #7D3DA0. Grayscale: #A3A3A3. Windows color (decimal): -8207777 or 6275714. OLE color: 6275714.

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

Color convert

RGB 130 194 95 -
CMYK 0.33 0 0.51 0.24
HSL 98.79º 0.45% 0.57% -
HSV(B) 98.79º 0.51% 0.76% -
XYZ 30.56 44.16 17.74 -
YUV 163.58 89.3 104.05 -
System Red Green Blue C M Y K H S L
Decimal 130 194 95 0.33 0 0.51 0.24 98.79 0.45 0.57
Hex 82 C2 5F 21 0 33 18 63 2D 39
Octal 202 302 137 41 0 63 30 143 55 71
Binary 10000010 11000010 1011111 100001 0 110011 11000 1100011 101101 111001

Color Harmonies of #82C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C25F

Black with #82C25F

Text Example


Text Example

White with #82C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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