#81E276

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

Shades of Pastel Green #81E276

Tints of Pastel Green #81E276

Color information

#81E276 (or 0x81E276) is unknown color: approx Pastel Green. HEX triplet: 81, E2 and 76. RGB value is (129,226,118). Sum of RGB (Red+Green+Blue) = 129+226+118=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #81E276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E276 is #7E1D89. Grayscale: #B9B9B9. Windows color (decimal): -8265098 or 7791233. OLE color: 7791233.

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

Color convert

RGB129226118-
CMYK0.4300.480.11
HSL113.89º65.06%67.45%-
HSV(B)113.89º47.79%88.63%-
XYZ39.5260.3726.71-
YUV184.6890.3688.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 226 (88.67% from 255) = 47.78%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=27.27%
G=47.78%
B=24.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1292261180.4300.480.11113.8965.0667.45
Hex81E2762B030B724143
Octal2013421665306013162101103
Binary1000000111100010111011010101101100001011111001010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,226,118); }

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

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

 a { background-color: rgb(129,226,118); }

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

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

 span { border-color: rgb(129,226,118); }

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