#73D078

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

Shades of Pastel Green #73D078

Tints of Pastel Green #73D078

Color information

#73D078 (or 0x73D078) is unknown color: approx Pastel Green. HEX triplet: 73, D0 and 78. RGB value is (115,208,120). Sum of RGB (Red+Green+Blue) = 115+208+120=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #73D078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D078 is #8C2F87. Grayscale: #AAAAAA. Windows color (decimal): -9187208 or 7917683. OLE color: 7917683.

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

Color convert

RGB115208120-
CMYK0.4500.420.18
HSL123.23º49.73%63.33%-
HSV(B)123.23º44.71%81.57%-
XYZ33.0250.1125.7-
YUV170.1699.6988.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.96%
GREEN value IS 208 (81.64% from 255) = 46.95%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=25.96%
G=46.95%
B=27.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152081200.4500.420.18123.2349.7363.33
Hex73D0782D02A127b323f
Octal16332017055052221736277
Binary11100111101000011110001011010101010100101111011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,208,120); }

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

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

 a { background-color: rgb(115,208,120); }

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

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

 span { border-color: rgb(115,208,120); }

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