#81D078

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

Shades of Pastel Green #81D078

Tints of Pastel Green #81D078

Color information

#81D078 (or 0x81D078) is unknown color: approx Pastel Green. HEX triplet: 81, D0 and 78. RGB value is (129,208,120). Sum of RGB (Red+Green+Blue) = 129+208+120=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #81D078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D078 is #7E2F87. Grayscale: #AEAEAE. Windows color (decimal): -8269704 or 7917697. OLE color: 7917697.

HSL color Cylindrical-coordinate representation of color #81D078: hue angle of 113.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81D078 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB129208120-
CMYK0.3800.420.18
HSL113.86º48.35%64.31%-
HSV(B)113.86º42.31%81.57%-
XYZ3551.1325.79-
YUV174.3597.3395.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.23%
GREEN value IS 208 (81.64% from 255) = 45.51%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=28.23%
G=45.51%
B=26.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1292081200.3800.420.18113.8648.3564.31
Hex81D0782602A12723040
Octal201320170460522216260100
Binary1000000111010000111100010011001010101001011100101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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