#73FBA1

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

Shades of Light Green #73FBA1

Tints of Light Green #73FBA1

Color information

#73FBA1 (or 0x73FBA1) is unknown color: approx Light Green. HEX triplet: 73, FB and A1. RGB value is (115,251,161). Sum of RGB (Red+Green+Blue) = 115+251+161=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FBA1 is #8C045E. Grayscale: #C8C8C8. Windows color (decimal): -9176159 or 10615667. OLE color: 10615667.

HSL color Cylindrical-coordinate representation of color #73FBA1: hue angle of 140.29º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FBA1 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB115251161-
CMYK0.5400.360.02
HSL140.29º94.44%71.76%-
HSV(B)140.29º54.18%98.43%-
XYZ4875.2145.71-
YUV200.08105.9467.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.82%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 161 (63.28% from 255) = 30.55%
R=21.82%
G=47.63%
B=30.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152511610.5400.360.02140.2994.4471.76
Hex73FBA13602428c5e48
Octal163373241660442214136110
Binary111001111111011101000011101100100100101000110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,251,161); }

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

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

 a { background-color: rgb(115,251,161); }

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

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

 span { border-color: rgb(115,251,161); }

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