#82F716

Color #82F716 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #82F716

Tints of Lawn Green #82F716

Color information

#82F716 (or 0x82F716) is unknown color: approx Lawn Green. HEX triplet: 82, F7 and 16. RGB value is (130,247,22). Sum of RGB (Red+Green+Blue) = 130+247+22=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 247 (96.88% from 255 or 61.90% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 247 - color contains mainly: green. Hex color #82F716 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F716 is #7D08E9. Grayscale: #BBBBBB. Windows color (decimal): -8194282 or 1505154. OLE color: 1505154.

HSL color Cylindrical-coordinate representation of color #82F716: hue angle of 91.2º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82F716 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB13024722-
CMYK0.4700.910.03
HSL91.2º93.36%52.75%-
HSV(B)91.2º91.09%96.86%-
XYZ42.6171.3312.28-
YUV186.3735.2487.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 247 (96.88% from 255) = 61.90%
BLUE value IS 22 (8.98% from 255) = 5.51%
R=32.58%
G=61.90%
B=5.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal130247220.4700.910.0391.293.3652.75
Hex82F7162F05B35b5d35
Octal20236726570133313313565
Binary100000101111011110110101111010110111110110111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,247,22); }

 H1.HeaderClassName
 {
   color: #82F716;
 }
 .AnyTagClassName
 {
   color: #82F716;
 }
</style>
background-color css

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

 a { background-color: rgb(130,247,22); }

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

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

 span { border-color: rgb(130,247,22); }

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