#73D480

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

Shades of Pastel Green #73D480

Tints of Pastel Green #73D480

Color information

#73D480 (or 0x73D480) is unknown color: approx Pastel Green. HEX triplet: 73, D4 and 80. RGB value is (115,212,128). Sum of RGB (Red+Green+Blue) = 115+212+128=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #73D480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D480 is #8C2B7F. Grayscale: #ADADAD. Windows color (decimal): -9186176 or 8442995. OLE color: 8442995.

HSL color Cylindrical-coordinate representation of color #73D480: hue angle of 128.04º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D480 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB115212128-
CMYK0.4600.400.17
HSL128.04º53.01%64.12%-
HSV(B)128.04º45.75%83.14%-
XYZ34.5152.2928.7-
YUV173.42102.3686.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 212 (83.20% from 255) = 46.59%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=25.27%
G=46.59%
B=28.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1152121280.4600.400.17128.0453.0164.12
Hex73D4802E02811803540
Octal163324200560502120065100
Binary11100111101010010000000101110010100010001100000001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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