#81DA78

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

Shades of Pastel Green #81DA78

Tints of Pastel Green #81DA78

Color information

#81DA78 (or 0x81DA78) is unknown color: approx Pastel Green. HEX triplet: 81, DA and 78. RGB value is (129,218,120). Sum of RGB (Red+Green+Blue) = 129+218+120=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA78 is #7E2587. Grayscale: #B4B4B4. Windows color (decimal): -8267144 or 7920257. OLE color: 7920257.

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

Color convert

RGB129218120-
CMYK0.4100.450.15
HSL114.49º56.98%66.27%-
HSV(B)114.49º44.95%85.49%-
XYZ37.5156.1726.63-
YUV180.2294.0191.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=27.62%
G=46.68%
B=25.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292181200.4100.450.15114.4956.9866.27
Hex81DA782902DF723942
Octal201332170510551716271102
Binary100000011101101011110001010010101101111111100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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