#81F571

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

Shades of Pastel Green #81F571

Tints of Pastel Green #81F571

Color information

#81F571 (or 0x81F571) is unknown color: approx Pastel Green. HEX triplet: 81, F5 and 71. RGB value is (129,245,113). Sum of RGB (Red+Green+Blue) = 129+245+113=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #81F571 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F571 is #7E0A8E. Grayscale: #C3C3C3. Windows color (decimal): -8260239 or 7468417. OLE color: 7468417.

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

Color convert

RGB129245113-
CMYK0.4700.540.04
HSL112.73º86.84%70.2%-
HSV(B)112.73º53.88%96.08%-
XYZ44.6971.1627-
YUV195.2781.5780.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.49%
GREEN value IS 245 (96.09% from 255) = 50.31%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=26.49%
G=50.31%
B=23.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1292451130.4700.540.04112.7386.8470.2
Hex81F5712F0364715746
Octal201365161570664161127106
Binary100000011111010111100011011110110110100111000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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