Html Css Color HEX #82B758 Mantis

📋 copy color: '#82B758'

red 130 ◦ green 183 ◦ blue 88

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

Shades of Mantis #82B758

Tints of Mantis #82B758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.95%

R = 32.42%
G = 45.64%
B = 21.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#82B758 (or 0x82B758) is known color: Mantis. HEX triplet: 82, B7 and 58. RGB value is (130,183,88). Sum of RGB (Red+Green+Blue) = 130+183+88=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #82B758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B758 is #7D48A7. Grayscale: #9C9C9C. Windows color (decimal): -8210600 or 5814146. OLE color: 5814146.

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

Color convert

RGB 130 183 88 -
CMYK 0.29 0 0.52 0.28
HSL 93.47º 0.4% 0.53% -
HSV(B) 93.47º 0.52% 0.72% -
XYZ 27.9 39.32 15.35 -
YUV 156.32 89.44 109.22 -
System Red Green Blue C M Y K H S L
Decimal 130 183 88 0.29 0 0.52 0.28 93.47 0.4 0.53
Hex 82 B7 58 1D 0 34 1C 5D 28 35
Octal 202 267 130 35 0 64 34 135 50 65
Binary 10000010 10110111 1011000 11101 0 110100 11100 1011101 101000 110101

Color Harmonies of #82B758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B758

Black with #82B758

Text Example


Text Example

White with #82B758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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