#81E37D

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

Shades of Pastel Green #81E37D

Tints of Pastel Green #81E37D

Color information

#81E37D (or 0x81E37D) is unknown color: approx Pastel Green. HEX triplet: 81, E3 and 7D. RGB value is (129,227,125). Sum of RGB (Red+Green+Blue) = 129+227+125=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #81E37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E37D is #7E1C82. Grayscale: #BABABA. Windows color (decimal): -8264835 or 8250241. OLE color: 8250241.

HSL color Cylindrical-coordinate representation of color #81E37D: hue angle of 117.65º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81E37D is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB129227125-
CMYK0.4300.450.11
HSL117.65º64.56%69.02%-
HSV(B)117.65º44.93%89.02%-
XYZ40.2261.0929.07-
YUV186.0793.5387.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 227 (89.06% from 255) = 47.19%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=26.82%
G=47.19%
B=25.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1292271250.4300.450.11117.6564.5669.02
Hex81E37D2B02DB764145
Octal2013431755305513166101105
Binary1000000111100011111110110101101011011011111011010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,227,125); }

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

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

 a { background-color: rgb(129,227,125); }

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

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

 span { border-color: rgb(129,227,125); }

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