Html Css Color HEX #82BF54 Mantis

📋 copy color: '#82BF54'

red 130 ◦ green 191 ◦ blue 84

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

Shades of Mantis #82BF54

Tints of Mantis #82BF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.74%

R = 32.1%
G = 47.16%
B = 20.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#82BF54 (or 0x82BF54) is known color: Mantis. HEX triplet: 82, BF and 54. RGB value is (130,191,84). Sum of RGB (Red+Green+Blue) = 130+191+84=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BF54 is #7D40AB. Grayscale: #A0A0A0. Windows color (decimal): -8208556 or 5554050. OLE color: 5554050.

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

Color convert

RGB 130 191 84 -
CMYK 0.32 0 0.56 0.25
HSL 94.21º 0.46% 0.54% -
HSV(B) 94.21º 0.56% 0.75% -
XYZ 29.44 42.65 15.07 -
YUV 160.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 130 191 84 0.32 0 0.56 0.25 94.21 0.46 0.54
Hex 82 BF 54 20 0 38 19 5E 2E 36
Octal 202 277 124 40 0 70 31 136 56 66
Binary 10000010 10111111 1010100 100000 0 111000 11001 1011110 101110 110110

Color Harmonies of #82BF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF54

Black with #82BF54

Text Example


Text Example

White with #82BF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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