#98F378

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

Shades of Light Green #98F378

Tints of Light Green #98F378

Color information

#98F378 (or 0x98F378) is unknown color: approx Light Green. HEX triplet: 98, F3 and 78. RGB value is (152,243,120). Sum of RGB (Red+Green+Blue) = 152+243+120=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #98F378 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F378 is #670C87. Grayscale: #CACACA. Windows color (decimal): -6753416 or 7926680. OLE color: 7926680.

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

Color convert

RGB152243120-
CMYK0.3700.510.05
HSL104.39º83.67%71.18%-
HSV(B)104.39º50.62%95.29%-
XYZ48.3972.1329.14-
YUV201.7781.8592.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.51%
GREEN value IS 243 (95.31% from 255) = 47.18%
BLUE value IS 120 (47.27% from 255) = 23.30%
R=29.51%
G=47.18%
B=23.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522431200.3700.510.05104.3983.6771.18
Hex98F378250335685447
Octal230363170450635150124107
Binary100110001111001111110001001010110011101110100010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,243,120); }

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

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

 a { background-color: rgb(152,243,120); }

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

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

 span { border-color: rgb(152,243,120); }

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