#81DC7F

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

Shades of Pastel Green #81DC7F

Tints of Pastel Green #81DC7F

Color information

#81DC7F (or 0x81DC7F) is unknown color: approx Pastel Green. HEX triplet: 81, DC and 7F. RGB value is (129,220,127). Sum of RGB (Red+Green+Blue) = 129+220+127=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC7F is #7E2380. Grayscale: #B6B6B6. Windows color (decimal): -8266625 or 8379521. OLE color: 8379521.

HSL color Cylindrical-coordinate representation of color #81DC7F: hue angle of 118.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DC7F is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB129220127-
CMYK0.4100.420.14
HSL118.71º57.06%68.04%-
HSV(B)118.71º42.27%86.27%-
XYZ38.4857.3929.13-
YUV182.1996.8590.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 220 (86.33% from 255) = 46.22%
BLUE value IS 127 (50% from 255) = 26.68%
R=27.10%
G=46.22%
B=26.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1292201270.4100.420.14118.7157.0668.04
Hex81DC7F2902AE773944
Octal201334177510521616771104
Binary100000011101110011111111010010101010111011101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,220,127); }

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

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

 a { background-color: rgb(129,220,127); }

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

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

 span { border-color: rgb(129,220,127); }

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