#73D572

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

Shades of Pastel Green #73D572

Tints of Pastel Green #73D572

Color information

#73D572 (or 0x73D572) is unknown color: approx Pastel Green. HEX triplet: 73, D5 and 72. RGB value is (115,213,114). Sum of RGB (Red+Green+Blue) = 115+213+114=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #73D572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D572 is #8C2A8D. Grayscale: #ACACAC. Windows color (decimal): -9185934 or 7525747. OLE color: 7525747.

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

Color convert

RGB115213114-
CMYK0.4600.460.16
HSL119.39º54.1%64.12%-
HSV(B)119.39º46.48%83.53%-
XYZ33.952.4524.26-
YUV172.4195.0387.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.02%
GREEN value IS 213 (83.59% from 255) = 48.19%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=26.02%
G=48.19%
B=25.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1152131140.4600.460.16119.3954.164.12
Hex73D5722E02E10773640
Octal163325162560562016766100
Binary111001111010101111001010111001011101000011101111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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