#98F975

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

Shades of Light Green #98F975

Tints of Light Green #98F975

Color information

#98F975 (or 0x98F975) is unknown color: approx Light Green. HEX triplet: 98, F9 and 75. RGB value is (152,249,117). Sum of RGB (Red+Green+Blue) = 152+249+117=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #98F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F975 is #67068A. Grayscale: #CDCDCD. Windows color (decimal): -6751883 or 7731608. OLE color: 7731608.

HSL color Cylindrical-coordinate representation of color #98F975: hue angle of 104.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98F975 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB152249117-
CMYK0.3900.530.02
HSL104.09º91.67%71.76%-
HSV(B)104.09º53.01%97.65%-
XYZ50.0475.7128.81-
YUV204.9578.3690.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.34%
GREEN value IS 249 (97.66% from 255) = 48.07%
BLUE value IS 117 (46.09% from 255) = 22.59%
R=29.34%
G=48.07%
B=22.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522491170.3900.530.02104.0991.6771.76
Hex98F975270352685c48
Octal230371165470652150134110
Binary10011000111110011110101100111011010110110100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,249,117); }

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

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

 a { background-color: rgb(152,249,117); }

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

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

 span { border-color: rgb(152,249,117); }

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