#81E682

Color #81E682 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #81E682

Tints of Pastel Green #81E682

Color information

#81E682 (or 0x81E682) is unknown color: approx Pastel Green. HEX triplet: 81, E6 and 82. RGB value is (129,230,130). Sum of RGB (Red+Green+Blue) = 129+230+130=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #81E682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E682 is #7E197D. Grayscale: #BCBCBC. Windows color (decimal): -8264062 or 8578689. OLE color: 8578689.

HSL color Cylindrical-coordinate representation of color #81E682: hue angle of 120.59º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E682 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB129230130-
CMYK0.4400.430.10
HSL120.59º66.89%70.39%-
HSV(B)120.59º43.91%90.2%-
XYZ41.3862.8731.07-
YUV188.495.0485.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.38%
GREEN value IS 230 (90.23% from 255) = 47.03%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=26.38%
G=47.03%
B=26.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1292301300.4400.430.10120.5966.8970.39
Hex81E6822C02BA794346
Octal2013462025405312171103106
Binary10000001111001101000001010110001010111010111100110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81E682; }

 p { color: rgb(129,230,130); }

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

<style>
 a { background-color: #81E682; }

 a { background-color: rgb(129,230,130); }

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

<style>
 span { border-color: #81E682; }

 span { border-color: rgb(129,230,130); }

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