#73F483

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

Shades of Pastel Green #73F483

Tints of Pastel Green #73F483

Color information

#73F483 (or 0x73F483) is unknown color: approx Pastel Green. HEX triplet: 73, F4 and 83. RGB value is (115,244,131). Sum of RGB (Red+Green+Blue) = 115+244+131=490 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.47% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #73F483 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F483 is #8C0B7C. Grayscale: #C0C0C0. Windows color (decimal): -9177981 or 8647795. OLE color: 8647795.

HSL color Cylindrical-coordinate representation of color #73F483: hue angle of 127.44º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F483 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB115244131-
CMYK0.5300.460.04
HSL127.44º85.43%70.39%-
HSV(B)127.44º52.87%95.69%-
XYZ43.5269.9832.69-
YUV192.5593.2672.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.47%
GREEN value IS 244 (95.70% from 255) = 49.80%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=23.47%
G=49.80%
B=26.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1152441310.5300.460.04127.4485.4370.39
Hex73F4833502E47f5546
Octal163364203650564177125106
Binary111001111110100100000111101010101110100111111110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,244,131); }

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

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

 a { background-color: rgb(115,244,131); }

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

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

 span { border-color: rgb(115,244,131); }

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