#81DD74

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

Shades of Pastel Green #81DD74

Tints of Pastel Green #81DD74

Color information

#81DD74 (or 0x81DD74) is unknown color: approx Pastel Green. HEX triplet: 81, DD and 74. RGB value is (129,221,116). Sum of RGB (Red+Green+Blue) = 129+221+116=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DD74 is #7E228B. Grayscale: #B5B5B5. Windows color (decimal): -8266380 or 7658881. OLE color: 7658881.

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

Color convert

RGB129221116-
CMYK0.4200.480.13
HSL112.57º60.69%66.08%-
HSV(B)112.57º47.51%86.67%-
XYZ38.0657.6425.64-
YUV181.5291.0290.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 221 (86.72% from 255) = 47.42%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=27.68%
G=47.42%
B=24.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292211160.4200.480.13112.5760.6966.08
Hex81DD742A030D713d42
Octal201335164520601516175102
Binary100000011101110111101001010100110000110111100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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