Html Css Color HEX #82C241 Mantis

📋 copy color: '#82C241'

red 130 ◦ green 194 ◦ blue 65

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

Shades of Mantis #82C241

Tints of Mantis #82C241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.87%

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 33.42%
G = 49.87%
B = 16.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#82C241 (or 0x82C241) is known color: Mantis. HEX triplet: 82, C2 and 41. RGB value is (130,194,65). Sum of RGB (Red+Green+Blue) = 130+194+65=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #82C241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C241 is #7D3DBE. Grayscale: #A0A0A0. Windows color (decimal): -8207807 or 4309634. OLE color: 4309634.

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

Color convert

RGB 130 194 65 -
CMYK 0.33 0 0.66 0.24
HSL 89.77º 0.51% 0.51% -
HSV(B) 89.77º 0.66% 0.76% -
XYZ 29.45 43.71 11.89 -
YUV 160.16 74.3 106.49 -
System Red Green Blue C M Y K H S L
Decimal 130 194 65 0.33 0 0.66 0.24 89.77 0.51 0.51
Hex 82 C2 41 21 0 42 18 5A 33 33
Octal 202 302 101 41 0 102 30 132 63 63
Binary 10000010 11000010 1000001 100001 0 1000010 11000 1011010 110011 110011

Color Harmonies of #82C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C241

Black with #82C241

Text Example


Text Example

White with #82C241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,65); }

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

background-color css

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

 a { background-color: rgb(130,194,65); }

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

border-color css

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

 span { border-color: rgb(130,194,65); }

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