Html Css Color HEX #82BF4A Mantis

📋 copy color: '#82BF4A'

red 130 ◦ green 191 ◦ blue 74

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

Shades of Mantis #82BF4A

Tints of Mantis #82BF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 32.91%
G = 48.35%
B = 18.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#82BF4A (or 0x82BF4A) is known color: Mantis. HEX triplet: 82, BF and 4A. RGB value is (130,191,74). Sum of RGB (Red+Green+Blue) = 130+191+74=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF4A is #7D40B5. Grayscale: #9F9F9F. Windows color (decimal): -8208566 or 4898690. OLE color: 4898690.

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

Color convert

RGB 130 191 74 -
CMYK 0.32 0 0.61 0.25
HSL 91.28º 0.48% 0.52% -
HSV(B) 91.28º 0.61% 0.75% -
XYZ 29.07 42.5 13.15 -
YUV 159.42 79.79 107.01 -
System Red Green Blue C M Y K H S L
Decimal 130 191 74 0.32 0 0.61 0.25 91.28 0.48 0.52
Hex 82 BF 4A 20 0 3D 19 5B 30 34
Octal 202 277 112 40 0 75 31 133 60 64
Binary 10000010 10111111 1001010 100000 0 111101 11001 1011011 110000 110100

Color Harmonies of #82BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF4A

Black with #82BF4A

Text Example


Text Example

White with #82BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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