Html Css Color HEX #82E752 Mantis

📋 copy color: '#82E752'

red 130 ◦ green 231 ◦ blue 82

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

Shades of Mantis #82E752

Tints of Mantis #82E752

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.14%

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

R = 29.35%
G = 52.14%
B = 18.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#82E752 (or 0x82E752) is known color: Mantis. HEX triplet: 82, E7 and 52. RGB value is (130,231,82). Sum of RGB (Red+Green+Blue) = 130+231+82=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 231 (90.62% from 255 or 52.14% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 231 - color contains mainly: green. Hex color #82E752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E752 is #7D18AD. Grayscale: #B8B8B8. Windows color (decimal): -8198318 or 5433218. OLE color: 5433218.

HSL color Cylindrical-coordinate representation of color #82E752: hue angle of 100.67º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82E752 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 231 82 -
CMYK 0.44 0 0.65 0.09
HSL 100.67º 0.76% 0.61% -
HSV(B) 100.67º 0.65% 0.91% -
XYZ 39.3 62.51 17.98 -
YUV 183.82 70.54 89.62 -
System Red Green Blue C M Y K H S L
Decimal 130 231 82 0.44 0 0.65 0.09 100.67 0.76 0.61
Hex 82 E7 52 2C 0 41 9 65 4C 3D
Octal 202 347 122 54 0 101 11 145 114 75
Binary 10000010 11100111 1010010 101100 0 1000001 1001 1100101 1001100 111101

Color Harmonies of #82E752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E752

Black with #82E752

Text Example


Text Example

White with #82E752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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