Html Css Color HEX #82C947 Mantis

📋 copy color: '#82C947'

red 130 ◦ green 201 ◦ blue 71

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

Shades of Mantis #82C947

Tints of Mantis #82C947

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50%

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 32.34%
G = 50%
B = 17.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#82C947 (or 0x82C947) is known color: Mantis. HEX triplet: 82, C9 and 47. RGB value is (130,201,71). Sum of RGB (Red+Green+Blue) = 130+201+71=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #82C947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C947 is #7D36B8. Grayscale: #A5A5A5. Windows color (decimal): -8206009 or 4704642. OLE color: 4704642.

HSL color Cylindrical-coordinate representation of color #82C947: hue angle of 92.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82C947 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 201 71 -
CMYK 0.35 0 0.65 0.21
HSL 92.77º 0.55% 0.53% -
HSV(B) 92.77º 0.65% 0.79% -
XYZ 31.23 46.97 13.38 -
YUV 164.95 74.98 103.07 -
System Red Green Blue C M Y K H S L
Decimal 130 201 71 0.35 0 0.65 0.21 92.77 0.55 0.53
Hex 82 C9 47 23 0 41 15 5D 37 35
Octal 202 311 107 43 0 101 25 135 67 65
Binary 10000010 11001001 1000111 100011 0 1000001 10101 1011101 110111 110101

Color Harmonies of #82C947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C947

Black with #82C947

Text Example


Text Example

White with #82C947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,201,71); }

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

background-color css

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

 a { background-color: rgb(130,201,71); }

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

border-color css

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

 span { border-color: rgb(130,201,71); }

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