#81E175

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

Shades of Pastel Green #81E175

Tints of Pastel Green #81E175

Color information

#81E175 (or 0x81E175) is unknown color: approx Pastel Green. HEX triplet: 81, E1 and 75. RGB value is (129,225,117). Sum of RGB (Red+Green+Blue) = 129+225+117=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #81E175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E175 is #7E1E8A. Grayscale: #B8B8B8. Windows color (decimal): -8265355 or 7725441. OLE color: 7725441.

HSL color Cylindrical-coordinate representation of color #81E175: hue angle of 113.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81E175 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB129225117-
CMYK0.4300.480.12
HSL113.33º64.29%67.06%-
HSV(B)113.33º48%88.24%-
XYZ39.1959.826.31-
YUV183.9890.288.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 225 (88.28% from 255) = 47.77%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=27.39%
G=47.77%
B=24.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1292251170.4300.480.12113.3364.2967.06
Hex81E1752B030C714043
Octal2013411655306014161100103
Binary1000000111100001111010110101101100001100111000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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