#98FF3C

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

Shades of Green Yellow #98FF3C

Tints of Green Yellow #98FF3C

Color information

#98FF3C (or 0x98FF3C) is unknown color: approx Green Yellow. HEX triplet: 98, FF and 3C. RGB value is (152,255,60). Sum of RGB (Red+Green+Blue) = 152+255+60=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FF3C is #6700C3. Grayscale: #CACACA. Windows color (decimal): -6750404 or 3997592. OLE color: 3997592.

HSL color Cylindrical-coordinate representation of color #98FF3C: hue angle of 91.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98FF3C is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB15225560-
CMYK0.4000.760
HSL91.69º100%61.76%-
HSV(B)91.69º76.47%100%-
XYZ49.5278.5216.82-
YUV201.9747.8892.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 255 (100% from 255) = 54.60%
BLUE value IS 60 (23.83% from 255) = 12.85%
R=32.55%
G=54.60%
B=12.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal152255600.4000.76091.6910061.76
Hex98FF3C2804C05c643e
Octal23037774500114013414476
Binary100110001111111111110010100001001100010111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,255,60); }

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

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

 a { background-color: rgb(152,255,60); }

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

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

 span { border-color: rgb(152,255,60); }

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