Html Css Color HEX #82BC5A Mantis

📋 copy color: '#82BC5A'

red 130 ◦ green 188 ◦ blue 90

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

Shades of Mantis #82BC5A

Tints of Mantis #82BC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.06%

R = 31.86%
G = 46.08%
B = 22.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#82BC5A (or 0x82BC5A) is known color: Mantis. HEX triplet: 82, BC and 5A. RGB value is (130,188,90). Sum of RGB (Red+Green+Blue) = 130+188+90=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC5A is #7D43A5. Grayscale: #9F9F9F. Windows color (decimal): -8209318 or 5946498. OLE color: 5946498.

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

Color convert

RGB 130 188 90 -
CMYK 0.31 0 0.52 0.26
HSL 95.51º 0.42% 0.55% -
HSV(B) 95.51º 0.52% 0.74% -
XYZ 29.03 41.45 16.14 -
YUV 159.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 130 188 90 0.31 0 0.52 0.26 95.51 0.42 0.55
Hex 82 BC 5A 1F 0 34 1A 60 2A 37
Octal 202 274 132 37 0 64 32 140 52 67
Binary 10000010 10111100 1011010 11111 0 110100 11010 1100000 101010 110111

Color Harmonies of #82BC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC5A

Black with #82BC5A

Text Example


Text Example

White with #82BC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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