#73D274

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

Shades of Pastel Green #73D274

Tints of Pastel Green #73D274

Color information

#73D274 (or 0x73D274) is unknown color: approx Pastel Green. HEX triplet: 73, D2 and 74. RGB value is (115,210,116). Sum of RGB (Red+Green+Blue) = 115+210+116=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #73D274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D274 is #8C2D8B. Grayscale: #ABABAB. Windows color (decimal): -9186700 or 7656051. OLE color: 7656051.

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

Color convert

RGB115210116-
CMYK0.4500.450.18
HSL120.63º51.35%63.73%-
HSV(B)120.63º45.24%82.35%-
XYZ33.275124.61-
YUV170.8897.0388.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.08%
GREEN value IS 210 (82.42% from 255) = 47.62%
BLUE value IS 116 (45.70% from 255) = 26.30%
R=26.08%
G=47.62%
B=26.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152101160.4500.450.18120.6351.3563.73
Hex73D2742D02D12793340
Octal163322164550552217163100
Binary111001111010010111010010110101011011001011110011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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