Html Css Color HEX #82BC55 Mantis

📋 copy color: '#82BC55'

red 130 ◦ green 188 ◦ blue 85

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

Shades of Mantis #82BC55

Tints of Mantis #82BC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 32.26%
G = 46.65%
B = 21.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#82BC55 (or 0x82BC55) is known color: Mantis. HEX triplet: 82, BC and 55. RGB value is (130,188,85). Sum of RGB (Red+Green+Blue) = 130+188+85=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC55 is #7D43AA. Grayscale: #9F9F9F. Windows color (decimal): -8209323 or 5618818. OLE color: 5618818.

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

Color convert

RGB 130 188 85 -
CMYK 0.31 0 0.55 0.26
HSL 93.79º 0.43% 0.54% -
HSV(B) 93.79º 0.55% 0.74% -
XYZ 28.83 41.37 15.06 -
YUV 158.92 86.28 107.38 -
System Red Green Blue C M Y K H S L
Decimal 130 188 85 0.31 0 0.55 0.26 93.79 0.43 0.54
Hex 82 BC 55 1F 0 37 1A 5E 2B 36
Octal 202 274 125 37 0 67 32 136 53 66
Binary 10000010 10111100 1010101 11111 0 110111 11010 1011110 101011 110110

Color Harmonies of #82BC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC55

Black with #82BC55

Text Example


Text Example

White with #82BC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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