#81DD70

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

Shades of Pastel Green #81DD70

Tints of Pastel Green #81DD70

Color information

#81DD70 (or 0x81DD70) is unknown color: approx Pastel Green. HEX triplet: 81, DD and 70. RGB value is (129,221,112). Sum of RGB (Red+Green+Blue) = 129+221+112=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DD70 is #7E228F. Grayscale: #B5B5B5. Windows color (decimal): -8266384 or 7396737. OLE color: 7396737.

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

Color convert

RGB129221112-
CMYK0.4200.490.13
HSL110.64º61.58%65.29%-
HSV(B)110.64º49.32%86.67%-
XYZ37.8357.5524.44-
YUV181.0789.0290.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.92%
GREEN value IS 221 (86.72% from 255) = 47.84%
BLUE value IS 112 (44.14% from 255) = 24.24%
R=27.92%
G=47.84%
B=24.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292211120.4200.490.13110.6461.5865.29
Hex81DD702A031D6f3e41
Octal201335160520611515776101
Binary100000011101110111100001010100110001110111011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,221,112); }

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

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

 a { background-color: rgb(129,221,112); }

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

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

 span { border-color: rgb(129,221,112); }

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