Html Css Color HEX #82C766 Mantis

📋 copy color: '#82C766'

red 130 ◦ green 199 ◦ blue 102

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

Shades of Mantis #82C766

Tints of Mantis #82C766

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.17%

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

R = 30.16%
G = 46.17%
B = 23.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#82C766 (or 0x82C766) is known color: Mantis. HEX triplet: 82, C7 and 66. RGB value is (130,199,102). Sum of RGB (Red+Green+Blue) = 130+199+102=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #82C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C766 is #7D3899. Grayscale: #A7A7A7. Windows color (decimal): -8206490 or 6735746. OLE color: 6735746.

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

Color convert

RGB 130 199 102 -
CMYK 0.35 0 0.49 0.22
HSL 102.68º 0.46% 0.59% -
HSV(B) 102.68º 0.49% 0.78% -
XYZ 32.03 46.55 19.87 -
YUV 167.31 91.14 101.39 -
System Red Green Blue C M Y K H S L
Decimal 130 199 102 0.35 0 0.49 0.22 102.68 0.46 0.59
Hex 82 C7 66 23 0 31 16 67 2E 3B
Octal 202 307 146 43 0 61 26 147 56 73
Binary 10000010 11000111 1100110 100011 0 110001 10110 1100111 101110 111011

Color Harmonies of #82C766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C766

Black with #82C766

Text Example


Text Example

White with #82C766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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