#98D078

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

Shades of Gossip #98D078

Tints of Gossip #98D078

Color information

#98D078 (or 0x98D078) is unknown color: approx Gossip. HEX triplet: 98, D0 and 78. RGB value is (152,208,120). Sum of RGB (Red+Green+Blue) = 152+208+120=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #98D078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D078 is #672F87. Grayscale: #B5B5B5. Windows color (decimal): -6762376 or 7917720. OLE color: 7917720.

HSL color Cylindrical-coordinate representation of color #98D078: hue angle of 98.18º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98D078 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB152208120-
CMYK0.2700.420.18
HSL98.18º48.35%64.31%-
HSV(B)98.18º42.31%81.57%-
XYZ38.8953.1425.98-
YUV181.2293.45107.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 208 (81.64% from 255) = 43.33%
BLUE value IS 120 (47.27% from 255) = 25%
R=31.67%
G=43.33%
B=25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522081200.2700.420.1898.1848.3564.31
Hex98D0781B02A12623040
Octal230320170330522214260100
Binary100110001101000011110001101101010101001011000101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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