#81E969

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

Shades of Pastel Green #81E969

Tints of Pastel Green #81E969

Color information

#81E969 (or 0x81E969) is unknown color: approx Pastel Green. HEX triplet: 81, E9 and 69. RGB value is (129,233,105). Sum of RGB (Red+Green+Blue) = 129+233+105=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #81E969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E969 is #7E1696. Grayscale: #BBBBBB. Windows color (decimal): -8263319 or 6941057. OLE color: 6941057.

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

Color convert

RGB129233105-
CMYK0.4500.550.09
HSL108.75º74.42%66.27%-
HSV(B)108.75º54.94%91.37%-
XYZ40.7463.9623.56-
YUV187.3181.5486.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 233 (91.41% from 255) = 49.89%
BLUE value IS 105 (41.41% from 255) = 22.48%
R=27.62%
G=49.89%
B=22.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1292331050.4500.550.09108.7574.4266.27
Hex81E9692D03796d4a42
Octal2013511515506711155112102
Binary1000000111101001110100110110101101111001110110110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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