#81FA75

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

Shades of Pastel Green #81FA75

Tints of Pastel Green #81FA75

Color information

#81FA75 (or 0x81FA75) is unknown color: approx Pastel Green. HEX triplet: 81, FA and 75. RGB value is (129,250,117). Sum of RGB (Red+Green+Blue) = 129+250+117=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81FA75 is #7E058A. Grayscale: #C7C7C7. Windows color (decimal): -8258955 or 7731841. OLE color: 7731841.

HSL color Cylindrical-coordinate representation of color #81FA75: hue angle of 114.59º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81FA75 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB129250117-
CMYK0.4800.530.02
HSL114.59º93.01%71.96%-
HSV(B)114.59º53.2%98.04%-
XYZ46.4574.3228.73-
YUV198.6681.9178.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 250 (98.05% from 255) = 50.40%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=26.01%
G=50.40%
B=23.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292501170.4800.530.02114.5993.0171.96
Hex81FA75300352735d48
Octal201372165600652163135110
Binary10000001111110101110101110000011010110111001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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