#81E475

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

Shades of Pastel Green #81E475

Tints of Pastel Green #81E475

Color information

#81E475 (or 0x81E475) is unknown color: approx Pastel Green. HEX triplet: 81, E4 and 75. RGB value is (129,228,117). Sum of RGB (Red+Green+Blue) = 129+228+117=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #81E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E475 is #7E1B8A. Grayscale: #BABABA. Windows color (decimal): -8264587 or 7726209. OLE color: 7726209.

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

Color convert

RGB129228117-
CMYK0.4300.490.11
HSL113.51º67.27%67.65%-
HSV(B)113.51º48.68%89.41%-
XYZ40.0161.4426.58-
YUV185.7489.287.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 228 (89.45% from 255) = 48.10%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=27.22%
G=48.10%
B=24.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1292281170.4300.490.11113.5167.2767.65
Hex81E4752B031B724344
Octal2013441655306113162103104
Binary1000000111100100111010110101101100011011111001010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,228,117); }

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

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

 a { background-color: rgb(129,228,117); }

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

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

 span { border-color: rgb(129,228,117); }

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