#81E774

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

Shades of Pastel Green #81E774

Tints of Pastel Green #81E774

Color information

#81E774 (or 0x81E774) is unknown color: approx Pastel Green. HEX triplet: 81, E7 and 74. RGB value is (129,231,116). Sum of RGB (Red+Green+Blue) = 129+231+116=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #81E774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E774 is #7E188B. Grayscale: #BBBBBB. Windows color (decimal): -8263820 or 7661441. OLE color: 7661441.

HSL color Cylindrical-coordinate representation of color #81E774: hue angle of 113.22º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81E774 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB129231116-
CMYK0.4400.500.09
HSL113.22º70.55%68.04%-
HSV(B)113.22º49.78%90.59%-
XYZ40.7863.0826.55-
YUV187.3987.7186.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 231 (90.62% from 255) = 48.53%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=27.10%
G=48.53%
B=24.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1292311160.4400.500.09113.2270.5568.04
Hex81E7742C0329714744
Octal2013471645406211161107104
Binary1000000111100111111010010110001100101001111000110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,231,116); }

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

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

 a { background-color: rgb(129,231,116); }

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

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

 span { border-color: rgb(129,231,116); }

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