#73D560

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

Shades of Pastel Green #73D560

Tints of Pastel Green #73D560

Color information

#73D560 (or 0x73D560) is unknown color: approx Pastel Green. HEX triplet: 73, D5 and 60. RGB value is (115,213,96). Sum of RGB (Red+Green+Blue) = 115+213+96=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #73D560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D560 is #8C2A9F. Grayscale: #AAAAAA. Windows color (decimal): -9185952 or 6346099. OLE color: 6346099.

HSL color Cylindrical-coordinate representation of color #73D560: hue angle of 110.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D560 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB11521396-
CMYK0.4600.550.16
HSL110.26º58.21%60.59%-
HSV(B)110.26º54.93%83.53%-
XYZ32.9852.0819.38-
YUV170.3686.0388.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 213 (83.59% from 255) = 50.24%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=27.12%
G=50.24%
B=22.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal115213960.4600.550.16110.2658.2160.59
Hex73D5602E037106e3a3d
Octal16332514056067201567275
Binary11100111101010111000001011100110111100001101110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,213,96); }

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

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

 a { background-color: rgb(115,213,96); }

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

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

 span { border-color: rgb(115,213,96); }

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