#98F283

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

Shades of Light Green #98F283

Tints of Light Green #98F283

Color information

#98F283 (or 0x98F283) is unknown color: approx Light Green. HEX triplet: 98, F2 and 83. RGB value is (152,242,131). Sum of RGB (Red+Green+Blue) = 152+242+131=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #98F283 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F283 is #670D7C. Grayscale: #CACACA. Windows color (decimal): -6753661 or 8647320. OLE color: 8647320.

HSL color Cylindrical-coordinate representation of color #98F283: hue angle of 108.65º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98F283 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB152242131-
CMYK0.3700.460.05
HSL108.65º81.02%73.14%-
HSV(B)108.65º45.87%94.9%-
XYZ48.871.8232.76-
YUV202.4487.6892.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.95%
GREEN value IS 242 (94.92% from 255) = 46.10%
BLUE value IS 131 (51.56% from 255) = 24.95%
R=28.95%
G=46.10%
B=24.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522421310.3700.460.05108.6581.0273.14
Hex98F2832502E56d5149
Octal230362203450565155121111
Binary1001100011110010100000111001010101110101110110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,242,131); }

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

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

 a { background-color: rgb(152,242,131); }

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

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

 span { border-color: rgb(152,242,131); }

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