Html Css Color HEX #82C44C Mantis

📋 copy color: '#82C44C'

red 130 ◦ green 196 ◦ blue 76

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

Shades of Mantis #82C44C

Tints of Mantis #82C44C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.76%

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

R = 32.34%
G = 48.76%
B = 18.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#82C44C (or 0x82C44C) is known color: Mantis. HEX triplet: 82, C4 and 4C. RGB value is (130,196,76). Sum of RGB (Red+Green+Blue) = 130+196+76=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #82C44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C44C is #7D3BB3. Grayscale: #A3A3A3. Windows color (decimal): -8207284 or 5031042. OLE color: 5031042.

HSL color Cylindrical-coordinate representation of color #82C44C: hue angle of 93º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82C44C is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 196 76 -
CMYK 0.34 0 0.61 0.23
HSL 93º 0.5% 0.53% -
HSV(B) 93º 0.61% 0.77% -
XYZ 30.25 44.75 13.88 -
YUV 162.59 79.13 104.76 -
System Red Green Blue C M Y K H S L
Decimal 130 196 76 0.34 0 0.61 0.23 93 0.5 0.53
Hex 82 C4 4C 22 0 3D 17 5D 32 35
Octal 202 304 114 42 0 75 27 135 62 65
Binary 10000010 11000100 1001100 100010 0 111101 10111 1011101 110010 110101

Color Harmonies of #82C44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C44C

Black with #82C44C

Text Example


Text Example

White with #82C44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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