Html Css Color HEX #82BD67 Mantis

📋 copy color: '#82BD67'

red 130 ◦ green 189 ◦ blue 103

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

Shades of Mantis #82BD67

Tints of Mantis #82BD67

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.79%

 BLUE value IS 103 (40.63% from 255) = 24.41%

R = 30.81%
G = 44.79%
B = 24.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#82BD67 (or 0x82BD67) is known color: Mantis. HEX triplet: 82, BD and 67. RGB value is (130,189,103). Sum of RGB (Red+Green+Blue) = 130+189+103=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BD67 is #7D4298. Grayscale: #A1A1A1. Windows color (decimal): -8209049 or 6798722. OLE color: 6798722.

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

Color convert

RGB 130 189 103 -
CMYK 0.31 0 0.46 0.26
HSL 101.16º 0.39% 0.57% -
HSV(B) 101.16º 0.46% 0.74% -
XYZ 29.85 42.12 19.39 -
YUV 161.56 94.95 105.49 -
System Red Green Blue C M Y K H S L
Decimal 130 189 103 0.31 0 0.46 0.26 101.16 0.39 0.57
Hex 82 BD 67 1F 0 2E 1A 65 27 39
Octal 202 275 147 37 0 56 32 145 47 71
Binary 10000010 10111101 1100111 11111 0 101110 11010 1100101 100111 111001

Color Harmonies of #82BD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BD67

Black with #82BD67

Text Example


Text Example

White with #82BD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,189,103); }

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

background-color css

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

 a { background-color: rgb(130,189,103); }

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

border-color css

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

 span { border-color: rgb(130,189,103); }

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