#81E970

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

Shades of Pastel Green #81E970

Tints of Pastel Green #81E970

Color information

#81E970 (or 0x81E970) is unknown color: approx Pastel Green. HEX triplet: 81, E9 and 70. RGB value is (129,233,112). Sum of RGB (Red+Green+Blue) = 129+233+112=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #81E970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E970 is #7E168F. Grayscale: #BCBCBC. Windows color (decimal): -8263312 or 7399809. OLE color: 7399809.

HSL color Cylindrical-coordinate representation of color #81E970: hue angle of 111.57º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81E970 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB129233112-
CMYK0.4500.520.09
HSL111.57º73.33%67.65%-
HSV(B)111.57º51.93%91.37%-
XYZ41.1264.1125.54-
YUV188.1185.0485.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 233 (91.41% from 255) = 49.16%
BLUE value IS 112 (44.14% from 255) = 23.63%
R=27.22%
G=49.16%
B=23.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1292331120.4500.520.09111.5773.3367.65
Hex81E9702D0349704944
Octal2013511605506411160111104
Binary1000000111101001111000010110101101001001111000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,233,112); }

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

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

 a { background-color: rgb(129,233,112); }

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

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

 span { border-color: rgb(129,233,112); }

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