Html Css Color HEX #82DA4C Mantis

📋 copy color: '#82DA4C'

red 130 ◦ green 218 ◦ blue 76

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

Shades of Mantis #82DA4C

Tints of Mantis #82DA4C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.42%

 BLUE value IS 76 (30.08% from 255) = 17.92%

R = 30.66%
G = 51.42%
B = 17.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#82DA4C (or 0x82DA4C) is known color: Mantis. HEX triplet: 82, DA and 4C. RGB value is (130,218,76). Sum of RGB (Red+Green+Blue) = 130+218+76=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DA4C is #7D25B3. Grayscale: #AFAFAF. Windows color (decimal): -8201652 or 5036674. OLE color: 5036674.

HSL color Cylindrical-coordinate representation of color #82DA4C: hue angle of 97.18º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82DA4C is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 218 76 -
CMYK 0.40 0 0.65 0.15
HSL 97.18º 0.66% 0.58% -
HSV(B) 97.18º 0.65% 0.85% -
XYZ 35.58 55.41 15.66 -
YUV 175.5 71.85 95.55 -
System Red Green Blue C M Y K H S L
Decimal 130 218 76 0.40 0 0.65 0.15 97.18 0.66 0.58
Hex 82 DA 4C 28 0 41 F 61 42 3A
Octal 202 332 114 50 0 101 17 141 102 72
Binary 10000010 11011010 1001100 101000 0 1000001 1111 1100001 1000010 111010

Color Harmonies of #82DA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA4C

Black with #82DA4C

Text Example


Text Example

White with #82DA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,218,76); }

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

background-color css

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

 a { background-color: rgb(130,218,76); }

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

border-color css

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

 span { border-color: rgb(130,218,76); }

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