Html Css Color HEX #82BF5A Mantis

📋 copy color: '#82BF5A'

red 130 ◦ green 191 ◦ blue 90

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

Shades of Mantis #82BF5A

Tints of Mantis #82BF5A

RGB

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

 GREEN value IS 191 (75% from 255) = 46.47%

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

R = 31.63%
G = 46.47%
B = 21.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#82BF5A (or 0x82BF5A) is known color: Mantis. HEX triplet: 82, BF and 5A. RGB value is (130,191,90). Sum of RGB (Red+Green+Blue) = 130+191+90=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BF5A is #7D40A5. Grayscale: #A1A1A1. Windows color (decimal): -8208550 or 5947266. OLE color: 5947266.

HSL color Cylindrical-coordinate representation of color #82BF5A: hue angle of 96.24º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82BF5A is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 191 90 -
CMYK 0.32 0 0.53 0.25
HSL 96.24º 0.44% 0.55% -
HSV(B) 96.24º 0.53% 0.75% -
XYZ 29.68 42.75 16.36 -
YUV 161.25 87.79 105.71 -
System Red Green Blue C M Y K H S L
Decimal 130 191 90 0.32 0 0.53 0.25 96.24 0.44 0.55
Hex 82 BF 5A 20 0 35 19 60 2C 37
Octal 202 277 132 40 0 65 31 140 54 67
Binary 10000010 10111111 1011010 100000 0 110101 11001 1100000 101100 110111

Color Harmonies of #82BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF5A

Black with #82BF5A

Text Example


Text Example

White with #82BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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