Html Css Color HEX #82D35C Mantis

📋 copy color: '#82D35C'

red 130 ◦ green 211 ◦ blue 92

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

Shades of Mantis #82D35C

Tints of Mantis #82D35C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.73%

 BLUE value IS 92 (36.33% from 255) = 21.25%

R = 30.02%
G = 48.73%
B = 21.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#82D35C (or 0x82D35C) is known color: Mantis. HEX triplet: 82, D3 and 5C. RGB value is (130,211,92). Sum of RGB (Red+Green+Blue) = 130+211+92=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #82D35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D35C is #7D2CA3. Grayscale: #ADADAD. Windows color (decimal): -8203428 or 6083458. OLE color: 6083458.

HSL color Cylindrical-coordinate representation of color #82D35C: hue angle of 100.84º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82D35C is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 211 92 -
CMYK 0.38 0 0.56 0.17
HSL 100.84º 0.57% 0.59% -
HSV(B) 100.84º 0.56% 0.83% -
XYZ 34.43 52.11 18.37 -
YUV 173.22 82.16 97.18 -
System Red Green Blue C M Y K H S L
Decimal 130 211 92 0.38 0 0.56 0.17 100.84 0.57 0.59
Hex 82 D3 5C 26 0 38 11 65 39 3B
Octal 202 323 134 46 0 70 21 145 71 73
Binary 10000010 11010011 1011100 100110 0 111000 10001 1100101 111001 111011

Color Harmonies of #82D35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D35C

Black with #82D35C

Text Example


Text Example

White with #82D35C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,211,92); }

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

background-color css

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

 a { background-color: rgb(130,211,92); }

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

border-color css

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

 span { border-color: rgb(130,211,92); }

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