Html Css Color HEX #82C85C Mantis

📋 copy color: '#82C85C'

red 130 ◦ green 200 ◦ blue 92

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

Shades of Mantis #82C85C

Tints of Mantis #82C85C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

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

R = 30.81%
G = 47.39%
B = 21.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#82C85C (or 0x82C85C) is known color: Mantis. HEX triplet: 82, C8 and 5C. RGB value is (130,200,92). Sum of RGB (Red+Green+Blue) = 130+200+92=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #82C85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C85C is #7D37A3. Grayscale: #A7A7A7. Windows color (decimal): -8206244 or 6080642. OLE color: 6080642.

HSL color Cylindrical-coordinate representation of color #82C85C: hue angle of 98.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82C85C is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 200 92 -
CMYK 0.35 0 0.54 0.22
HSL 98.89º 0.5% 0.57% -
HSV(B) 98.89º 0.54% 0.78% -
XYZ 31.79 46.83 17.49 -
YUV 166.76 85.81 101.78 -
System Red Green Blue C M Y K H S L
Decimal 130 200 92 0.35 0 0.54 0.22 98.89 0.5 0.57
Hex 82 C8 5C 23 0 36 16 63 32 39
Octal 202 310 134 43 0 66 26 143 62 71
Binary 10000010 11001000 1011100 100011 0 110110 10110 1100011 110010 111001

Color Harmonies of #82C85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C85C

Black with #82C85C

Text Example


Text Example

White with #82C85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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