#73D271

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

Shades of Pastel Green #73D271

Tints of Pastel Green #73D271

Color information

#73D271 (or 0x73D271) is unknown color: approx Pastel Green. HEX triplet: 73, D2 and 71. RGB value is (115,210,113). Sum of RGB (Red+Green+Blue) = 115+210+113=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #73D271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D271 is #8C2D8E. Grayscale: #AAAAAA. Windows color (decimal): -9186703 or 7459443. OLE color: 7459443.

HSL color Cylindrical-coordinate representation of color #73D271: hue angle of 118.76º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D271 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB115210113-
CMYK0.4500.460.18
HSL118.76º51.87%63.33%-
HSV(B)118.76º46.19%82.35%-
XYZ33.150.9323.71-
YUV170.5495.5388.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.26%
GREEN value IS 210 (82.42% from 255) = 47.95%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=26.26%
G=47.95%
B=25.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152101130.4500.460.18118.7651.8763.33
Hex73D2712D02E1277343f
Octal16332216155056221676477
Binary11100111101001011100011011010101110100101110111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,210,113); }

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

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

 a { background-color: rgb(115,210,113); }

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

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

 span { border-color: rgb(115,210,113); }

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