Html Css Color HEX #82C85A Mantis

📋 copy color: '#82C85A'

red 130 ◦ green 200 ◦ blue 90

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

Shades of Mantis #82C85A

Tints of Mantis #82C85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 30.95%
G = 47.62%
B = 21.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#82C85A (or 0x82C85A) is known color: Mantis. HEX triplet: 82, C8 and 5A. RGB value is (130,200,90). Sum of RGB (Red+Green+Blue) = 130+200+90=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #82C85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C85A is #7D37A5. Grayscale: #A6A6A6. Windows color (decimal): -8206246 or 5949570. OLE color: 5949570.

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

Color convert

RGB 130 200 90 -
CMYK 0.35 0 0.55 0.22
HSL 98.18º 0.5% 0.57% -
HSV(B) 98.18º 0.55% 0.78% -
XYZ 31.71 46.79 17.03 -
YUV 166.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 130 200 90 0.35 0 0.55 0.22 98.18 0.5 0.57
Hex 82 C8 5A 23 0 37 16 62 32 39
Octal 202 310 132 43 0 67 26 142 62 71
Binary 10000010 11001000 1011010 100011 0 110111 10110 1100010 110010 111001

Color Harmonies of #82C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C85A

Black with #82C85A

Text Example


Text Example

White with #82C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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