#81E165

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

Shades of Pastel Green #81E165

Tints of Pastel Green #81E165

Color information

#81E165 (or 0x81E165) is unknown color: approx Pastel Green. HEX triplet: 81, E1 and 65. RGB value is (129,225,101). Sum of RGB (Red+Green+Blue) = 129+225+101=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #81E165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E165 is #7E1E9A. Grayscale: #B6B6B6. Windows color (decimal): -8265371 or 6676865. OLE color: 6676865.

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

Color convert

RGB129225101-
CMYK0.4300.550.12
HSL106.45º67.39%63.92%-
HSV(B)106.45º55.11%88.24%-
XYZ38.3359.4621.77-
YUV182.1682.290.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.35%
GREEN value IS 225 (88.28% from 255) = 49.45%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=28.35%
G=49.45%
B=22.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1292251010.4300.550.12106.4567.3963.92
Hex81E1652B037C6a4340
Octal2013411455306714152103100
Binary1000000111100001110010110101101101111100110101010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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