#81F577

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

Shades of Pastel Green #81F577

Tints of Pastel Green #81F577

Color information

#81F577 (or 0x81F577) is unknown color: approx Pastel Green. HEX triplet: 81, F5 and 77. RGB value is (129,245,119). Sum of RGB (Red+Green+Blue) = 129+245+119=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #81F577 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F577 is #7E0A88. Grayscale: #C4C4C4. Windows color (decimal): -8260233 or 7861633. OLE color: 7861633.

HSL color Cylindrical-coordinate representation of color #81F577: hue angle of 115.24º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81F577 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB129245119-
CMYK0.4700.510.04
HSL115.24º86.3%71.37%-
HSV(B)115.24º51.43%96.08%-
XYZ45.0471.328.84-
YUV195.9584.5780.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 245 (96.09% from 255) = 49.70%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=26.17%
G=49.70%
B=24.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1292451190.4700.510.04115.2486.371.37
Hex81F5772F0334735647
Octal201365167570634163126107
Binary100000011111010111101111011110110011100111001110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,245,119); }

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

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

 a { background-color: rgb(129,245,119); }

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

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

 span { border-color: rgb(129,245,119); }

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