#81F175

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

Shades of Pastel Green #81F175

Tints of Pastel Green #81F175

Color information

#81F175 (or 0x81F175) is unknown color: approx Pastel Green. HEX triplet: 81, F1 and 75. RGB value is (129,241,117). Sum of RGB (Red+Green+Blue) = 129+241+117=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #81F175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F175 is #7E0E8A. Grayscale: #C1C1C1. Windows color (decimal): -8261259 or 7729537. OLE color: 7729537.

HSL color Cylindrical-coordinate representation of color #81F175: hue angle of 114.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81F175 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB129241117-
CMYK0.4600.510.05
HSL114.19º81.58%70.2%-
HSV(B)114.19º51.45%94.51%-
XYZ43.7268.8627.82-
YUV193.3884.8982.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.49%
GREEN value IS 241 (94.53% from 255) = 49.49%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=26.49%
G=49.49%
B=24.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1292411170.4600.510.05114.1981.5870.2
Hex81F1752E0335725246
Octal201361165560635162122106
Binary100000011111000111101011011100110011101111001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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