Html Css Color HEX #82BC52 Mantis

📋 copy color: '#82BC52'

red 130 ◦ green 188 ◦ blue 82

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

Shades of Mantis #82BC52

Tints of Mantis #82BC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 32.5%
G = 47%
B = 20.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#82BC52 (or 0x82BC52) is known color: Mantis. HEX triplet: 82, BC and 52. RGB value is (130,188,82). Sum of RGB (Red+Green+Blue) = 130+188+82=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC52 is #7D43AD. Grayscale: #9E9E9E. Windows color (decimal): -8209326 or 5422210. OLE color: 5422210.

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

Color convert

RGB 130 188 82 -
CMYK 0.31 0 0.56 0.26
HSL 92.83º 0.44% 0.53% -
HSV(B) 92.83º 0.56% 0.74% -
XYZ 28.71 41.32 14.45 -
YUV 158.57 84.78 107.62 -
System Red Green Blue C M Y K H S L
Decimal 130 188 82 0.31 0 0.56 0.26 92.83 0.44 0.53
Hex 82 BC 52 1F 0 38 1A 5D 2C 35
Octal 202 274 122 37 0 70 32 135 54 65
Binary 10000010 10111100 1010010 11111 0 111000 11010 1011101 101100 110101

Color Harmonies of #82BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC52

Black with #82BC52

Text Example


Text Example

White with #82BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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