Html Css Color HEX #82D250 Mantis

📋 copy color: '#82D250'

red 130 ◦ green 210 ◦ blue 80

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

Shades of Mantis #82D250

Tints of Mantis #82D250

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50%

 BLUE value IS 80 (31.64% from 255) = 19.05%

R = 30.95%
G = 50%
B = 19.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#82D250 (or 0x82D250) is known color: Mantis. HEX triplet: 82, D2 and 50. RGB value is (130,210,80). Sum of RGB (Red+Green+Blue) = 130+210+80=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #82D250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D250 is #7D2DAF. Grayscale: #ABABAB. Windows color (decimal): -8203696 or 5296770. OLE color: 5296770.

HSL color Cylindrical-coordinate representation of color #82D250: hue angle of 96.92º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82D250 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 210 80 -
CMYK 0.38 0 0.62 0.18
HSL 96.92º 0.59% 0.57% -
HSV(B) 96.92º 0.62% 0.82% -
XYZ 33.7 51.42 15.74 -
YUV 171.26 76.5 98.57 -
System Red Green Blue C M Y K H S L
Decimal 130 210 80 0.38 0 0.62 0.18 96.92 0.59 0.57
Hex 82 D2 50 26 0 3E 12 61 3B 39
Octal 202 322 120 46 0 76 22 141 73 71
Binary 10000010 11010010 1010000 100110 0 111110 10010 1100001 111011 111001

Color Harmonies of #82D250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D250

Black with #82D250

Text Example


Text Example

White with #82D250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,210,80); }

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

background-color css

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

 a { background-color: rgb(130,210,80); }

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

border-color css

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

 span { border-color: rgb(130,210,80); }

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