Html Css Color HEX #82C042 Mantis

📋 copy color: '#82C042'

red 130 ◦ green 192 ◦ blue 66

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

Shades of Mantis #82C042

Tints of Mantis #82C042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.01%

R = 33.51%
G = 49.48%
B = 17.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#82C042 (or 0x82C042) is known color: Mantis. HEX triplet: 82, C0 and 42. RGB value is (130,192,66). Sum of RGB (Red+Green+Blue) = 130+192+66=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #82C042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C042 is #7D3FBD. Grayscale: #9F9F9F. Windows color (decimal): -8208318 or 4374658. OLE color: 4374658.

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

Color convert

RGB 130 192 66 -
CMYK 0.32 0 0.66 0.25
HSL 89.52º 0.5% 0.51% -
HSV(B) 89.52º 0.66% 0.75% -
XYZ 29.04 42.84 11.89 -
YUV 159.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 130 192 66 0.32 0 0.66 0.25 89.52 0.5 0.51
Hex 82 C0 42 20 0 42 19 5A 32 33
Octal 202 300 102 40 0 102 31 132 62 63
Binary 10000010 11000000 1000010 100000 0 1000010 11001 1011010 110010 110011

Color Harmonies of #82C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C042

Black with #82C042

Text Example


Text Example

White with #82C042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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