#82E70D

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

Shades of Lawn Green #82E70D

Tints of Lawn Green #82E70D

Color information

#82E70D (or 0x82E70D) is unknown color: approx Lawn Green. HEX triplet: 82, E7 and 0D. RGB value is (130,231,13). Sum of RGB (Red+Green+Blue) = 130+231+13=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 231 (90.62% from 255 or 61.76% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 231 - color contains mainly: green. Hex color #82E70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82E70D is #7D18F2. Grayscale: #B0B0B0. Windows color (decimal): -8198387 or 911234. OLE color: 911234.

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

Color convert

RGB13023113-
CMYK0.4400.940.09
HSL87.8º89.34%47.84%-
HSV(B)87.8º94.37%90.59%-
XYZ37.8561.9310.34-
YUV175.9536.0495.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 231 (90.62% from 255) = 61.76%
BLUE value IS 13 (5.47% from 255) = 3.48%
R=34.76%
G=61.76%
B=3.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal130231130.4400.940.0987.889.3447.84
Hex82E7D2C05E9585930
Octal202347155401361113013160
Binary1000001011100111110110110001011110100110110001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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