Html Css Color HEX #82C04A Mantis

📋 copy color: '#82C04A'

red 130 ◦ green 192 ◦ blue 74

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

Shades of Mantis #82C04A

Tints of Mantis #82C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.48%

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 32.83%
G = 48.48%
B = 18.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#82C04A (or 0x82C04A) is known color: Mantis. HEX triplet: 82, C0 and 4A. RGB value is (130,192,74). Sum of RGB (Red+Green+Blue) = 130+192+74=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #82C04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C04A is #7D3FB5. Grayscale: #A0A0A0. Windows color (decimal): -8208310 or 4898946. OLE color: 4898946.

HSL color Cylindrical-coordinate representation of color #82C04A: hue angle of 91.53º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82C04A is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 74 -
CMYK 0.32 0 0.61 0.25
HSL 91.53º 0.48% 0.52% -
HSV(B) 91.53º 0.61% 0.75% -
XYZ 29.29 42.94 13.22 -
YUV 160.01 79.46 106.59 -
System Red Green Blue C M Y K H S L
Decimal 130 192 74 0.32 0 0.61 0.25 91.53 0.48 0.52
Hex 82 C0 4A 20 0 3D 19 5C 30 34
Octal 202 300 112 40 0 75 31 134 60 64
Binary 10000010 11000000 1001010 100000 0 111101 11001 1011100 110000 110100

Color Harmonies of #82C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C04A

Black with #82C04A

Text Example


Text Example

White with #82C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,192,74); }

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

background-color css

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

 a { background-color: rgb(130,192,74); }

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

border-color css

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

 span { border-color: rgb(130,192,74); }

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