#81DF7B

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

Shades of Pastel Green #81DF7B

Tints of Pastel Green #81DF7B

Color information

#81DF7B (or 0x81DF7B) is unknown color: approx Pastel Green. HEX triplet: 81, DF and 7B. RGB value is (129,223,123). Sum of RGB (Red+Green+Blue) = 129+223+123=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DF7B is #7E2084. Grayscale: #B7B7B7. Windows color (decimal): -8265861 or 8118145. OLE color: 8118145.

HSL color Cylindrical-coordinate representation of color #81DF7B: hue angle of 116.4º 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 #81DF7B is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB129223123-
CMYK0.4200.450.13
HSL116.4º60.98%67.84%-
HSV(B)116.4º44.84%87.45%-
XYZ39.0258.8728.05-
YUV183.4993.8689.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 223 (87.5% from 255) = 46.95%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=27.16%
G=46.95%
B=25.89%

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
Decimal1292231230.4200.450.13116.460.9867.84
Hex81DF7B2A02DD743d44
Octal201337173520551516475104
Binary100000011101111111110111010100101101110111101001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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