Html Css Color HEX #82C965 Mantis

📋 copy color: '#82C965'

red 130 ◦ green 201 ◦ blue 101

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

Shades of Mantis #82C965

Tints of Mantis #82C965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.38%

R = 30.09%
G = 46.53%
B = 23.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#82C965 (or 0x82C965) is known color: Mantis. HEX triplet: 82, C9 and 65. RGB value is (130,201,101). Sum of RGB (Red+Green+Blue) = 130+201+101=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #82C965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C965 is #7D369A. Grayscale: #A8A8A8. Windows color (decimal): -8205979 or 6670722. OLE color: 6670722.

HSL color Cylindrical-coordinate representation of color #82C965: hue angle of 102.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82C965 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 201 101 -
CMYK 0.35 0 0.50 0.21
HSL 102.6º 0.48% 0.59% -
HSV(B) 102.6º 0.5% 0.79% -
XYZ 32.44 47.46 19.76 -
YUV 168.37 89.98 100.63 -
System Red Green Blue C M Y K H S L
Decimal 130 201 101 0.35 0 0.50 0.21 102.6 0.48 0.59
Hex 82 C9 65 23 0 32 15 67 30 3B
Octal 202 311 145 43 0 62 25 147 60 73
Binary 10000010 11001001 1100101 100011 0 110010 10101 1100111 110000 111011

Color Harmonies of #82C965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C965

Black with #82C965

Text Example


Text Example

White with #82C965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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