#81E275

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

Shades of Pastel Green #81E275

Tints of Pastel Green #81E275

Color information

#81E275 (or 0x81E275) is unknown color: approx Pastel Green. HEX triplet: 81, E2 and 75. RGB value is (129,226,117). Sum of RGB (Red+Green+Blue) = 129+226+117=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #81E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E275 is #7E1D8A. Grayscale: #B8B8B8. Windows color (decimal): -8265099 or 7725697. OLE color: 7725697.

HSL color Cylindrical-coordinate representation of color #81E275: hue angle of 113.39º 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 #81E275 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB129226117-
CMYK0.4300.480.11
HSL113.39º65.27%67.25%-
HSV(B)113.39º48.23%88.63%-
XYZ39.4660.3426.4-
YUV184.5789.8688.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 226 (88.67% from 255) = 47.88%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=27.33%
G=47.88%
B=24.79%

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
Decimal1292261170.4300.480.11113.3965.2767.25
Hex81E2752B030B714143
Octal2013421655306013161101103
Binary1000000111100010111010110101101100001011111000110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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