#81F772

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

Shades of Pastel Green #81F772

Tints of Pastel Green #81F772

Color information

#81F772 (or 0x81F772) is unknown color: approx Pastel Green. HEX triplet: 81, F7 and 72. RGB value is (129,247,114). Sum of RGB (Red+Green+Blue) = 129+247+114=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #81F772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F772 is #7E088D. Grayscale: #C4C4C4. Windows color (decimal): -8259726 or 7534465. OLE color: 7534465.

HSL color Cylindrical-coordinate representation of color #81F772: hue angle of 113.23º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81F772 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB129247114-
CMYK0.4800.540.03
HSL113.23º89.26%70.78%-
HSV(B)113.23º53.85%96.86%-
XYZ45.3572.427.5-
YUV196.5681.4179.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.33%
GREEN value IS 247 (96.88% from 255) = 50.41%
BLUE value IS 114 (44.92% from 255) = 23.27%
R=26.33%
G=50.41%
B=23.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1292471140.4800.540.03113.2389.2670.78
Hex81F772300363715947
Octal201367162600663161131107
Binary10000001111101111110010110000011011011111000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,247,114); }

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

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

 a { background-color: rgb(129,247,114); }

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

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

 span { border-color: rgb(129,247,114); }

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