#98F242

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

Shades of Green Yellow #98F242

Tints of Green Yellow #98F242

Color information

#98F242 (or 0x98F242) is unknown color: approx Green Yellow. HEX triplet: 98, F2 and 42. RGB value is (152,242,66). Sum of RGB (Red+Green+Blue) = 152+242+66=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #98F242 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98F242 is #670DBD. Grayscale: #C3C3C3. Windows color (decimal): -6753726 or 4387480. OLE color: 4387480.

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

Color convert

RGB15224266-
CMYK0.3700.730.05
HSL90.68º87.13%60.39%-
HSV(B)90.68º72.73%94.9%-
XYZ45.6870.5716.37-
YUV195.0355.1897.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.04%
GREEN value IS 242 (94.92% from 255) = 52.61%
BLUE value IS 66 (26.17% from 255) = 14.35%
R=33.04%
G=52.61%
B=14.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152242660.3700.730.0590.6887.1360.39
Hex98F2422504955b573c
Octal230362102450111513312774
Binary100110001111001010000101001010100100110110110111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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