Html Css Color HEX #82B752 Mantis

📋 copy color: '#82B752'

red 130 ◦ green 183 ◦ blue 82

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

Shades of Mantis #82B752

Tints of Mantis #82B752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.33%

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

R = 32.91%
G = 46.33%
B = 20.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#82B752 (or 0x82B752) is known color: Mantis. HEX triplet: 82, B7 and 52. RGB value is (130,183,82). Sum of RGB (Red+Green+Blue) = 130+183+82=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #82B752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B752 is #7D48AD. Grayscale: #9B9B9B. Windows color (decimal): -8210606 or 5420930. OLE color: 5420930.

HSL color Cylindrical-coordinate representation of color #82B752: hue angle of 91.49º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82B752 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 183 82 -
CMYK 0.29 0 0.55 0.28
HSL 91.49º 0.41% 0.52% -
HSV(B) 91.49º 0.55% 0.72% -
XYZ 27.66 39.22 14.1 -
YUV 155.64 86.44 109.71 -
System Red Green Blue C M Y K H S L
Decimal 130 183 82 0.29 0 0.55 0.28 91.49 0.41 0.52
Hex 82 B7 52 1D 0 37 1C 5B 29 34
Octal 202 267 122 35 0 67 34 133 51 64
Binary 10000010 10110111 1010010 11101 0 110111 11100 1011011 101001 110100

Color Harmonies of #82B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B752

Black with #82B752

Text Example


Text Example

White with #82B752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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