Html Css Color HEX #82C148 Mantis

📋 copy color: '#82C148'

red 130 ◦ green 193 ◦ blue 72

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

Shades of Mantis #82C148

Tints of Mantis #82C148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.86%

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 32.91%
G = 48.86%
B = 18.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#82C148 (or 0x82C148) is known color: Mantis. HEX triplet: 82, C1 and 48. RGB value is (130,193,72). Sum of RGB (Red+Green+Blue) = 130+193+72=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #82C148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C148 is #7D3EB7. Grayscale: #A0A0A0. Windows color (decimal): -8208056 or 4768130. OLE color: 4768130.

HSL color Cylindrical-coordinate representation of color #82C148: hue angle of 91.24º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82C148 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 193 72 -
CMYK 0.33 0 0.63 0.24
HSL 91.24º 0.49% 0.52% -
HSV(B) 91.24º 0.63% 0.76% -
XYZ 29.45 43.35 12.95 -
YUV 160.37 78.13 106.34 -
System Red Green Blue C M Y K H S L
Decimal 130 193 72 0.33 0 0.63 0.24 91.24 0.49 0.52
Hex 82 C1 48 21 0 3F 18 5B 31 34
Octal 202 301 110 41 0 77 30 133 61 64
Binary 10000010 11000001 1001000 100001 0 111111 11000 1011011 110001 110100

Color Harmonies of #82C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C148

Black with #82C148

Text Example


Text Example

White with #82C148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,72); }

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

background-color css

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

 a { background-color: rgb(130,193,72); }

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

border-color css

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

 span { border-color: rgb(130,193,72); }

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