Html Css Color HEX #82C866 Mantis

📋 copy color: '#82C866'

red 130 ◦ green 200 ◦ blue 102

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

Shades of Mantis #82C866

Tints of Mantis #82C866

RGB

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

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

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

R = 30.09%
G = 46.3%
B = 23.61%

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

#82C866 (or 0x82C866) is known color: Mantis. HEX triplet: 82, C8 and 66. RGB value is (130,200,102). Sum of RGB (Red+Green+Blue) = 130+200+102=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #82C866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C866 is #7D3799. Grayscale: #A8A8A8. Windows color (decimal): -8206234 or 6736002. OLE color: 6736002.

HSL color Cylindrical-coordinate representation of color #82C866: hue angle of 102.86º degrees, saturation: 0.47, 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 #82C866 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 200 102 -
CMYK 0.35 0 0.49 0.22
HSL 102.86º 0.47% 0.59% -
HSV(B) 102.86º 0.49% 0.78% -
XYZ 32.26 47.01 19.94 -
YUV 167.9 90.81 100.97 -
System Red Green Blue C M Y K H S L
Decimal 130 200 102 0.35 0 0.49 0.22 102.86 0.47 0.59
Hex 82 C8 66 23 0 31 16 67 2F 3B
Octal 202 310 146 43 0 61 26 147 57 73
Binary 10000010 11001000 1100110 100011 0 110001 10110 1100111 101111 111011

Color Harmonies of #82C866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C866

Black with #82C866

Text Example


Text Example

White with #82C866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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