#98FF72

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

Shades of Light Green #98FF72

Tints of Light Green #98FF72

Color information

#98FF72 (or 0x98FF72) is unknown color: approx Light Green. HEX triplet: 98, FF and 72. RGB value is (152,255,114). Sum of RGB (Red+Green+Blue) = 152+255+114=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FF72 is #67008D. Grayscale: #D0D0D0. Windows color (decimal): -6750350 or 7536536. OLE color: 7536536.

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

Color convert

RGB152255114-
CMYK0.4000.550
HSL103.83º100%72.35%-
HSV(B)103.83º55.29%100%-
XYZ51.7579.4128.52-
YUV208.1374.8887.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 255 (100% from 255) = 48.94%
BLUE value IS 114 (44.92% from 255) = 21.88%
R=29.17%
G=48.94%
B=21.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522551140.4000.550103.8310072.35
Hex98FF72280370686448
Octal230377162500670150144110
Binary1001100011111111111001010100001101110110100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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