#73ED70

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

Shades of Pastel Green #73ED70

Tints of Pastel Green #73ED70

Color information

#73ED70 (or 0x73ED70) is unknown color: approx Pastel Green. HEX triplet: 73, ED and 70. RGB value is (115,237,112). Sum of RGB (Red+Green+Blue) = 115+237+112=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #73ED70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73ED70 is #8C128F. Grayscale: #BABABA. Windows color (decimal): -9179792 or 7400819. OLE color: 7400819.

HSL color Cylindrical-coordinate representation of color #73ED70: hue angle of 118.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73ED70 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB115237112-
CMYK0.5100.530.07
HSL118.56º77.64%68.43%-
HSV(B)118.56º52.74%92.94%-
XYZ40.2865.3825.83-
YUV186.2786.0877.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.78%
GREEN value IS 237 (92.97% from 255) = 51.08%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=24.78%
G=51.08%
B=24.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1152371120.5100.530.07118.5677.6468.43
Hex73ED70330357774e44
Octal163355160630657167116104
Binary11100111110110111100001100110110101111111011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,237,112); }

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

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

 a { background-color: rgb(115,237,112); }

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

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

 span { border-color: rgb(115,237,112); }

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