Html Css Color HEX #82CA52 Mantis

📋 copy color: '#82CA52'

red 130 ◦ green 202 ◦ blue 82

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

Shades of Mantis #82CA52

Tints of Mantis #82CA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.81%

R = 31.4%
G = 48.79%
B = 19.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#82CA52 (or 0x82CA52) is known color: Mantis. HEX triplet: 82, CA and 52. RGB value is (130,202,82). Sum of RGB (Red+Green+Blue) = 130+202+82=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA52 is #7D35AD. Grayscale: #A7A7A7. Windows color (decimal): -8205742 or 5425794. OLE color: 5425794.

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

Color convert

RGB 130 202 82 -
CMYK 0.36 0 0.59 0.21
HSL 96º 0.53% 0.56% -
HSV(B) 96º 0.59% 0.79% -
XYZ 31.85 47.6 15.49 -
YUV 166.79 80.15 101.76 -
System Red Green Blue C M Y K H S L
Decimal 130 202 82 0.36 0 0.59 0.21 96 0.53 0.56
Hex 82 CA 52 24 0 3B 15 60 35 38
Octal 202 312 122 44 0 73 25 140 65 70
Binary 10000010 11001010 1010010 100100 0 111011 10101 1100000 110101 111000

Color Harmonies of #82CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA52

Black with #82CA52

Text Example


Text Example

White with #82CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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