#98FF73

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

Shades of Light Green #98FF73

Tints of Light Green #98FF73

Color information

#98FF73 (or 0x98FF73) is unknown color: approx Light Green. HEX triplet: 98, FF and 73. RGB value is (152,255,115). Sum of RGB (Red+Green+Blue) = 152+255+115=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FF73 is #67008C. Grayscale: #D0D0D0. Windows color (decimal): -6750349 or 7602072. OLE color: 7602072.

HSL color Cylindrical-coordinate representation of color #98FF73: hue angle of 104.14º 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 #98FF73 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB152255115-
CMYK0.4000.550
HSL104.14º100%72.55%-
HSV(B)104.14º54.9%100%-
XYZ51.879.4328.82-
YUV208.2475.3887.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 115 (45.31% from 255) = 22.03%
R=29.12%
G=48.85%
B=22.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522551150.4000.550104.1410072.55
Hex98FF73280370686449
Octal230377163500670150144111
Binary1001100011111111111001110100001101110110100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98FF73; }

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

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

<style>
 a { background-color: #98FF73; }

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

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

<style>
 span { border-color: #98FF73; }

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

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