#82DF10

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

Shades of Lawn Green #82DF10

Tints of Lawn Green #82DF10

Color information

#82DF10 (or 0x82DF10) is unknown color: approx Lawn Green. HEX triplet: 82, DF and 10. RGB value is (130,223,16). Sum of RGB (Red+Green+Blue) = 130+223+16=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DF10 is #7D20EF. Grayscale: #ACACAC. Windows color (decimal): -8200432 or 1105794. OLE color: 1105794.

HSL color Cylindrical-coordinate representation of color #82DF10: hue angle of 86.96º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82DF10 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB13022316-
CMYK0.4200.930.13
HSL86.96º86.61%46.86%-
HSV(B)86.96º92.83%87.45%-
XYZ35.6957.569.72-
YUV171.640.1998.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 223 (87.5% from 255) = 60.43%
BLUE value IS 16 (6.64% from 255) = 4.34%
R=35.23%
G=60.43%
B=4.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal130223160.4200.930.1386.9686.6146.86
Hex82DF102A05DD57572f
Octal202337205201351512712757
Binary10000010110111111000010101001011101110110101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,223,16); }

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

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

 a { background-color: rgb(130,223,16); }

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

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

 span { border-color: rgb(130,223,16); }

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