Html Css Color HEX #82C966 Mantis

📋 copy color: '#82C966'

red 130 ◦ green 201 ◦ blue 102

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

Shades of Mantis #82C966

Tints of Mantis #82C966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.56%

R = 30.02%
G = 46.42%
B = 23.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#82C966 (or 0x82C966) is known color: Mantis. HEX triplet: 82, C9 and 66. RGB value is (130,201,102). Sum of RGB (Red+Green+Blue) = 130+201+102=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #82C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C966 is #7D3699. Grayscale: #A8A8A8. Windows color (decimal): -8205978 or 6736258. OLE color: 6736258.

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

Color convert

RGB 130 201 102 -
CMYK 0.35 0 0.49 0.21
HSL 103.03º 0.48% 0.59% -
HSV(B) 103.03º 0.49% 0.79% -
XYZ 32.49 47.48 20.02 -
YUV 168.49 90.48 100.55 -
System Red Green Blue C M Y K H S L
Decimal 130 201 102 0.35 0 0.49 0.21 103.03 0.48 0.59
Hex 82 C9 66 23 0 31 15 67 30 3B
Octal 202 311 146 43 0 61 25 147 60 73
Binary 10000010 11001001 1100110 100011 0 110001 10101 1100111 110000 111011

Color Harmonies of #82C966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C966

Black with #82C966

Text Example


Text Example

White with #82C966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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