Html Css Color HEX #82D745 Mantis

📋 copy color: '#82D745'

red 130 ◦ green 215 ◦ blue 69

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

Shades of Mantis #82D745

Tints of Mantis #82D745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.93%

 BLUE value IS 69 (27.34% from 255) = 16.67%

R = 31.4%
G = 51.93%
B = 16.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#82D745 (or 0x82D745) is known color: Mantis. HEX triplet: 82, D7 and 45. RGB value is (130,215,69). Sum of RGB (Red+Green+Blue) = 130+215+69=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #82D745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D745 is #7D28BA. Grayscale: #ADADAD. Windows color (decimal): -8202427 or 4577154. OLE color: 4577154.

HSL color Cylindrical-coordinate representation of color #82D745: hue angle of 94.93º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82D745 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 215 69 -
CMYK 0.40 0 0.68 0.16
HSL 94.93º 0.65% 0.56% -
HSV(B) 94.93º 0.68% 0.84% -
XYZ 34.58 53.78 14.19 -
YUV 172.94 69.34 97.37 -
System Red Green Blue C M Y K H S L
Decimal 130 215 69 0.40 0 0.68 0.16 94.93 0.65 0.56
Hex 82 D7 45 28 0 44 10 5F 41 38
Octal 202 327 105 50 0 104 20 137 101 70
Binary 10000010 11010111 1000101 101000 0 1000100 10000 1011111 1000001 111000

Color Harmonies of #82D745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D745

Black with #82D745

Text Example


Text Example

White with #82D745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,215,69); }

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

background-color css

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

 a { background-color: rgb(130,215,69); }

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

border-color css

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

 span { border-color: rgb(130,215,69); }

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