#81DA7E

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

Shades of Pastel Green #81DA7E

Tints of Pastel Green #81DA7E

Color information

#81DA7E (or 0x81DA7E) is unknown color: approx Pastel Green. HEX triplet: 81, DA and 7E. RGB value is (129,218,126). Sum of RGB (Red+Green+Blue) = 129+218+126=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA7E is #7E2581. Grayscale: #B5B5B5. Windows color (decimal): -8267138 or 8313473. OLE color: 8313473.

HSL color Cylindrical-coordinate representation of color #81DA7E: hue angle of 118.04º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DA7E is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB129218126-
CMYK0.4100.420.15
HSL118.04º55.42%67.45%-
HSV(B)118.04º42.2%85.49%-
XYZ37.8956.3228.61-
YUV180.997.0190.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=27.27%
G=46.09%
B=26.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292181260.4100.420.15118.0455.4267.45
Hex81DA7E2902AF763743
Octal201332176510521716667103
Binary100000011101101011111101010010101010111111101101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,218,126); }

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

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

 a { background-color: rgb(129,218,126); }

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

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

 span { border-color: rgb(129,218,126); }

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