Html Css Color HEX #82CA62 Mantis

📋 copy color: '#82CA62'

red 130 ◦ green 202 ◦ blue 98

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

Shades of Mantis #82CA62

Tints of Mantis #82CA62

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.98%

 BLUE value IS 98 (38.67% from 255) = 22.79%

R = 30.23%
G = 46.98%
B = 22.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#82CA62 (or 0x82CA62) is known color: Mantis. HEX triplet: 82, CA and 62. RGB value is (130,202,98). Sum of RGB (Red+Green+Blue) = 130+202+98=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA62 is #7D359D. Grayscale: #A8A8A8. Windows color (decimal): -8205726 or 6474370. OLE color: 6474370.

HSL color Cylindrical-coordinate representation of color #82CA62: hue angle of 101.54º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82CA62 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 98 -
CMYK 0.36 0 0.51 0.21
HSL 101.54º 0.5% 0.59% -
HSV(B) 101.54º 0.51% 0.79% -
XYZ 32.53 47.87 19.08 -
YUV 168.62 88.15 100.46 -
System Red Green Blue C M Y K H S L
Decimal 130 202 98 0.36 0 0.51 0.21 101.54 0.5 0.59
Hex 82 CA 62 24 0 33 15 66 32 3B
Octal 202 312 142 44 0 63 25 146 62 73
Binary 10000010 11001010 1100010 100100 0 110011 10101 1100110 110010 111011

Color Harmonies of #82CA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA62

Black with #82CA62

Text Example


Text Example

White with #82CA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,98); }

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

background-color css

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

 a { background-color: rgb(130,202,98); }

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

border-color css

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

 span { border-color: rgb(130,202,98); }

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