Html Css Color HEX #82BC3F Mantis

📋 copy color: '#82BC3F'

red 130 ◦ green 188 ◦ blue 63

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

Shades of Mantis #82BC3F

Tints of Mantis #82BC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.54%

R = 34.12%
G = 49.34%
B = 16.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#82BC3F (or 0x82BC3F) is known color: Mantis. HEX triplet: 82, BC and 3F. RGB value is (130,188,63). Sum of RGB (Red+Green+Blue) = 130+188+63=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC3F is #7D43C0. Grayscale: #9C9C9C. Windows color (decimal): -8209345 or 4177026. OLE color: 4177026.

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

Color convert

RGB 130 188 63 -
CMYK 0.31 0 0.66 0.26
HSL 87.84º 0.5% 0.49% -
HSV(B) 87.84º 0.66% 0.74% -
XYZ 28.09 41.07 11.15 -
YUV 156.41 75.28 109.16 -
System Red Green Blue C M Y K H S L
Decimal 130 188 63 0.31 0 0.66 0.26 87.84 0.5 0.49
Hex 82 BC 3F 1F 0 42 1A 58 32 31
Octal 202 274 77 37 0 102 32 130 62 61
Binary 10000010 10111100 111111 11111 0 1000010 11010 1011000 110010 110001

Color Harmonies of #82BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC3F

Black with #82BC3F

Text Example


Text Example

White with #82BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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