Html Css Color HEX #82DC52 Mantis

📋 copy color: '#82DC52'

red 130 ◦ green 220 ◦ blue 82

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

Shades of Mantis #82DC52

Tints of Mantis #82DC52

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.93%

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

R = 30.09%
G = 50.93%
B = 18.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#82DC52 (or 0x82DC52) is known color: Mantis. HEX triplet: 82, DC and 52. RGB value is (130,220,82). Sum of RGB (Red+Green+Blue) = 130+220+82=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DC52 is #7D23AD. Grayscale: #B1B1B1. Windows color (decimal): -8201134 or 5430402. OLE color: 5430402.

HSL color Cylindrical-coordinate representation of color #82DC52: hue angle of 99.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82DC52 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 220 82 -
CMYK 0.41 0 0.63 0.14
HSL 99.13º 0.66% 0.59% -
HSV(B) 99.13º 0.63% 0.86% -
XYZ 36.32 56.54 16.98 -
YUV 177.36 74.18 94.22 -
System Red Green Blue C M Y K H S L
Decimal 130 220 82 0.41 0 0.63 0.14 99.13 0.66 0.59
Hex 82 DC 52 29 0 3F E 63 42 3B
Octal 202 334 122 51 0 77 16 143 102 73
Binary 10000010 11011100 1010010 101001 0 111111 1110 1100011 1000010 111011

Color Harmonies of #82DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DC52

Black with #82DC52

Text Example


Text Example

White with #82DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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