#81E872

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

Shades of Pastel Green #81E872

Tints of Pastel Green #81E872

Color information

#81E872 (or 0x81E872) is unknown color: approx Pastel Green. HEX triplet: 81, E8 and 72. RGB value is (129,232,114). Sum of RGB (Red+Green+Blue) = 129+232+114=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #81E872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E872 is #7E178D. Grayscale: #BCBCBC. Windows color (decimal): -8263566 or 7530625. OLE color: 7530625.

HSL color Cylindrical-coordinate representation of color #81E872: hue angle of 112.37º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81E872 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB129232114-
CMYK0.4400.510.09
HSL112.37º71.95%67.84%-
HSV(B)112.37º50.86%90.98%-
XYZ40.9563.626.04-
YUV187.7586.3886.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 232 (91.02% from 255) = 48.84%
BLUE value IS 114 (44.92% from 255) = 24%
R=27.16%
G=48.84%
B=24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1292321140.4400.510.09112.3771.9567.84
Hex81E8722C0339704844
Octal2013501625406311160110104
Binary1000000111101000111001010110001100111001111000010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,232,114); }

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

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

 a { background-color: rgb(129,232,114); }

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

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

 span { border-color: rgb(129,232,114); }

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