#98F882

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

Shades of Light Green #98F882

Tints of Light Green #98F882

Color information

#98F882 (or 0x98F882) is unknown color: approx Light Green. HEX triplet: 98, F8 and 82. RGB value is (152,248,130). Sum of RGB (Red+Green+Blue) = 152+248+130=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #98F882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F882 is #67077D. Grayscale: #CECECE. Windows color (decimal): -6752126 or 8583320. OLE color: 8583320.

HSL color Cylindrical-coordinate representation of color #98F882: hue angle of 108.81º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98F882 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB152248130-
CMYK0.3900.480.03
HSL108.81º89.39%74.12%-
HSV(B)108.81º47.58%97.25%-
XYZ50.5575.4233.01-
YUV205.8485.289.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.68%
GREEN value IS 248 (97.27% from 255) = 46.79%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=28.68%
G=46.79%
B=24.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522481300.3900.480.03108.8189.3974.12
Hex98F8822703036d594a
Octal230370202470603155131112
Binary100110001111100010000010100111011000011110110110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,248,130); }

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

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

 a { background-color: rgb(152,248,130); }

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

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

 span { border-color: rgb(152,248,130); }

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