#81D278

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

Shades of Pastel Green #81D278

Tints of Pastel Green #81D278

Color information

#81D278 (or 0x81D278) is unknown color: approx Pastel Green. HEX triplet: 81, D2 and 78. RGB value is (129,210,120). Sum of RGB (Red+Green+Blue) = 129+210+120=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #81D278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D278 is #7E2D87. Grayscale: #AFAFAF. Windows color (decimal): -8269192 or 7918209. OLE color: 7918209.

HSL color Cylindrical-coordinate representation of color #81D278: hue angle of 114º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81D278 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB129210120-
CMYK0.3900.430.18
HSL114º50%64.71%-
HSV(B)114º42.86%82.35%-
XYZ35.4952.1225.96-
YUV175.5296.6694.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.10%
GREEN value IS 210 (82.42% from 255) = 45.75%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=28.10%
G=45.75%
B=26.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1292101200.3900.430.181145064.71
Hex81D2782702B12723241
Octal201322170470532216262101
Binary1000000111010010111100010011101010111001011100101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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