#73DF80

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

Shades of Pastel Green #73DF80

Tints of Pastel Green #73DF80

Color information

#73DF80 (or 0x73DF80) is unknown color: approx Pastel Green. HEX triplet: 73, DF and 80. RGB value is (115,223,128). Sum of RGB (Red+Green+Blue) = 115+223+128=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DF80 is #8C207F. Grayscale: #B4B4B4. Windows color (decimal): -9183360 or 8445811. OLE color: 8445811.

HSL color Cylindrical-coordinate representation of color #73DF80: hue angle of 127.22º degrees, saturation: 0.63, 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 #73DF80 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB115223128-
CMYK0.4800.430.13
HSL127.22º62.79%66.27%-
HSV(B)127.22º48.43%87.45%-
XYZ37.3557.9829.64-
YUV179.8898.7281.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.68%
GREEN value IS 223 (87.5% from 255) = 47.85%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=24.68%
G=47.85%
B=27.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1152231280.4800.430.13127.2262.7966.27
Hex73DF803002BD7f3f42
Octal163337200600531517777102
Binary111001111011111100000001100000101011110111111111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73DF80; }

 p { color: rgb(115,223,128); }

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

<style>
 a { background-color: #73DF80; }

 a { background-color: rgb(115,223,128); }

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

<style>
 span { border-color: #73DF80; }

 span { border-color: rgb(115,223,128); }

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