#73FF95

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

Shades of Light Green #73FF95

Tints of Light Green #73FF95

Color information

#73FF95 (or 0x73FF95) is unknown color: approx Light Green. HEX triplet: 73, FF and 95. RGB value is (115,255,149). Sum of RGB (Red+Green+Blue) = 115+255+149=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FF95 is #8C006A. Grayscale: #C9C9C9. Windows color (decimal): -9175147 or 9830259. OLE color: 9830259.

HSL color Cylindrical-coordinate representation of color #73FF95: hue angle of 134.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FF95 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB115255149-
CMYK0.5500.420
HSL134.57º100%72.55%-
HSV(B)134.57º54.9%100%-
XYZ48.2677.3340.82-
YUV201.0698.6266.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.16%
GREEN value IS 255 (100% from 255) = 49.13%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=22.16%
G=49.13%
B=28.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1152551490.5500.420134.5710072.55
Hex73FF953702A0876449
Octal163377225670520207144111
Binary11100111111111110010101110111010101001000011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,255,149); }

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

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

 a { background-color: rgb(115,255,149); }

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

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

 span { border-color: rgb(115,255,149); }

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