Html Css Color HEX #82BC66 Mantis

📋 copy color: '#82BC66'

red 130 ◦ green 188 ◦ blue 102

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

Shades of Mantis #82BC66

Tints of Mantis #82BC66

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.76%

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

R = 30.95%
G = 44.76%
B = 24.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#82BC66 (or 0x82BC66) is known color: Mantis. HEX triplet: 82, BC and 66. RGB value is (130,188,102). Sum of RGB (Red+Green+Blue) = 130+188+102=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC66 is #7D4399. Grayscale: #A1A1A1. Windows color (decimal): -8209306 or 6732930. OLE color: 6732930.

HSL color Cylindrical-coordinate representation of color #82BC66: hue angle of 100.47º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82BC66 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 188 102 -
CMYK 0.31 0 0.46 0.26
HSL 100.47º 0.39% 0.57% -
HSV(B) 100.47º 0.46% 0.74% -
XYZ 29.59 41.67 19.05 -
YUV 160.85 94.78 105.99 -
System Red Green Blue C M Y K H S L
Decimal 130 188 102 0.31 0 0.46 0.26 100.47 0.39 0.57
Hex 82 BC 66 1F 0 2E 1A 64 27 39
Octal 202 274 146 37 0 56 32 144 47 71
Binary 10000010 10111100 1100110 11111 0 101110 11010 1100100 100111 111001

Color Harmonies of #82BC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC66

Black with #82BC66

Text Example


Text Example

White with #82BC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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