#82DF8D

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

Shades of Light Green #82DF8D

Tints of Light Green #82DF8D

Color information

#82DF8D (or 0x82DF8D) is unknown color: approx Light Green. HEX triplet: 82, DF and 8D. RGB value is (130,223,141). Sum of RGB (Red+Green+Blue) = 130+223+141=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF8D is #7D2072. Grayscale: #BABABA. Windows color (decimal): -8200307 or 9297794. OLE color: 9297794.

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

Color convert

RGB130223141-
CMYK0.4200.370.13
HSL127.1º59.24%69.22%-
HSV(B)127.1º41.7%87.45%-
XYZ40.459.4434.54-
YUV185.84102.6988.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.32%
GREEN value IS 223 (87.5% from 255) = 45.14%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=26.32%
G=45.14%
B=28.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302231410.4200.370.13127.159.2469.22
Hex82DF8D2A025D7f3b45
Octal202337215520451517773105
Binary1000001011011111100011011010100100101110111111111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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