#81F178

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

Shades of Pastel Green #81F178

Tints of Pastel Green #81F178

Color information

#81F178 (or 0x81F178) is unknown color: approx Pastel Green. HEX triplet: 81, F1 and 78. RGB value is (129,241,120). Sum of RGB (Red+Green+Blue) = 129+241+120=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #81F178 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F178 is #7E0E87. Grayscale: #C2C2C2. Windows color (decimal): -8261256 or 7926145. OLE color: 7926145.

HSL color Cylindrical-coordinate representation of color #81F178: hue angle of 115.54º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81F178 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB129241120-
CMYK0.4600.500.05
HSL115.54º81.21%70.78%-
HSV(B)115.54º50.21%94.51%-
XYZ43.968.9328.76-
YUV193.7286.3981.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.33%
GREEN value IS 241 (94.53% from 255) = 49.18%
BLUE value IS 120 (47.27% from 255) = 24.49%
R=26.33%
G=49.18%
B=24.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1292411200.4600.500.05115.5481.2170.78
Hex81F1782E0325745147
Octal201361170560625164121107
Binary100000011111000111110001011100110010101111010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,241,120); }

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

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

 a { background-color: rgb(129,241,120); }

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

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

 span { border-color: rgb(129,241,120); }

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