#81DF7A

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

Shades of Pastel Green #81DF7A

Tints of Pastel Green #81DF7A

Color information

#81DF7A (or 0x81DF7A) is unknown color: approx Pastel Green. HEX triplet: 81, DF and 7A. RGB value is (129,223,122). Sum of RGB (Red+Green+Blue) = 129+223+122=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DF7A is #7E2085. Grayscale: #B7B7B7. Windows color (decimal): -8265862 or 8052609. OLE color: 8052609.

HSL color Cylindrical-coordinate representation of color #81DF7A: hue angle of 115.84º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81DF7A is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB129223122-
CMYK0.4200.450.13
HSL115.84º61.21%67.65%-
HSV(B)115.84º45.29%87.45%-
XYZ38.9558.8527.72-
YUV183.3893.3689.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 223 (87.5% from 255) = 47.05%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=27.22%
G=47.05%
B=25.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292231220.4200.450.13115.8461.2167.65
Hex81DF7A2A02DD743d44
Octal201337172520551516475104
Binary100000011101111111110101010100101101110111101001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,223,122); }

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

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

 a { background-color: rgb(129,223,122); }

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

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

 span { border-color: rgb(129,223,122); }

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