#98EB78

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

Shades of Gossip #98EB78

Tints of Gossip #98EB78

Color information

#98EB78 (or 0x98EB78) is unknown color: approx Gossip. HEX triplet: 98, EB and 78. RGB value is (152,235,120). Sum of RGB (Red+Green+Blue) = 152+235+120=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #98EB78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EB78 is #671487. Grayscale: #C5C5C5. Windows color (decimal): -6755464 or 7924632. OLE color: 7924632.

HSL color Cylindrical-coordinate representation of color #98EB78: hue angle of 103.3º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98EB78 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB152235120-
CMYK0.3500.490.08
HSL103.3º74.19%69.61%-
HSV(B)103.3º48.94%92.16%-
XYZ46.0567.4528.36-
YUV197.0784.595.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 235 (92.19% from 255) = 46.35%
BLUE value IS 120 (47.27% from 255) = 23.67%
R=29.98%
G=46.35%
B=23.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522351200.3500.490.08103.374.1969.61
Hex98EB78230318674a46
Octal2303531704306110147112106
Binary1001100011101011111100010001101100011000110011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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