#82EF0F

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

Shades of Lawn Green #82EF0F

Tints of Lawn Green #82EF0F

Color information

#82EF0F (or 0x82EF0F) is unknown color: approx Lawn Green. HEX triplet: 82, EF and 0F. RGB value is (130,239,15). Sum of RGB (Red+Green+Blue) = 130+239+15=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 239 (93.75% from 255 or 62.24% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82EF0F is #7D10F0. Grayscale: #B5B5B5. Windows color (decimal): -8196337 or 1044354. OLE color: 1044354.

HSL color Cylindrical-coordinate representation of color #82EF0F: hue angle of 89.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82EF0F is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB13023915-
CMYK0.4600.940.06
HSL89.2º88.19%49.8%-
HSV(B)89.2º93.72%93.73%-
XYZ40.1666.5111.17-
YUV180.8734.3991.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 239 (93.75% from 255) = 62.24%
BLUE value IS 15 (6.25% from 255) = 3.91%
R=33.85%
G=62.24%
B=3.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal130239150.4600.940.0689.288.1949.8
Hex82EFF2E05E6595832
Octal20235717560136613113062
Binary100000101110111111111011100101111011010110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,239,15); }

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

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

 a { background-color: rgb(130,239,15); }

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

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

 span { border-color: rgb(130,239,15); }

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