#73F380

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

Shades of Pastel Green #73F380

Tints of Pastel Green #73F380

Color information

#73F380 (or 0x73F380) is unknown color: approx Pastel Green. HEX triplet: 73, F3 and 80. RGB value is (115,243,128). Sum of RGB (Red+Green+Blue) = 115+243+128=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #73F380 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F380 is #8C0C7F. Grayscale: #BFBFBF. Windows color (decimal): -9178240 or 8450931. OLE color: 8450931.

HSL color Cylindrical-coordinate representation of color #73F380: hue angle of 126.09º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F380 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB115243128-
CMYK0.5300.470.05
HSL126.09º84.21%70.2%-
HSV(B)126.09º52.67%95.29%-
XYZ43.0269.331.53-
YUV191.6292.0973.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.66%
GREEN value IS 243 (95.31% from 255) = 50%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=23.66%
G=50%
B=26.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152431280.5300.470.05126.0984.2170.2
Hex73F3803502F57e5446
Octal163363200650575176124106
Binary111001111110011100000001101010101111101111111010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,243,128); }

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

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

 a { background-color: rgb(115,243,128); }

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

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

 span { border-color: rgb(115,243,128); }

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