#81EC73

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

Shades of Pastel Green #81EC73

Tints of Pastel Green #81EC73

Color information

#81EC73 (or 0x81EC73) is unknown color: approx Pastel Green. HEX triplet: 81, EC and 73. RGB value is (129,236,115). Sum of RGB (Red+Green+Blue) = 129+236+115=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC73 is #7E138C. Grayscale: #BEBEBE. Windows color (decimal): -8262541 or 7597185. OLE color: 7597185.

HSL color Cylindrical-coordinate representation of color #81EC73: hue angle of 113.06º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81EC73 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB129236115-
CMYK0.4500.510.07
HSL113.06º76.1%68.82%-
HSV(B)113.06º51.27%92.55%-
XYZ42.1465.926.72-
YUV190.2185.5584.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.88%
GREEN value IS 236 (92.58% from 255) = 49.17%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=26.88%
G=49.17%
B=23.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292361150.4500.510.07113.0676.168.82
Hex81EC732D0337714c45
Octal201354163550637161114105
Binary100000011110110011100111011010110011111111000110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,236,115); }

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

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

 a { background-color: rgb(129,236,115); }

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

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

 span { border-color: rgb(129,236,115); }

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