#98DE76

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

Shades of Gossip #98DE76

Tints of Gossip #98DE76

Color information

#98DE76 (or 0x98DE76) is unknown color: approx Gossip. HEX triplet: 98, DE and 76. RGB value is (152,222,118). Sum of RGB (Red+Green+Blue) = 152+222+118=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #98DE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DE76 is #672189. Grayscale: #BDBDBD. Windows color (decimal): -6758794 or 7790232. OLE color: 7790232.

HSL color Cylindrical-coordinate representation of color #98DE76: hue angle of 100.38º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98DE76 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB152222118-
CMYK0.3200.470.13
HSL100.38º61.18%66.67%-
HSV(B)100.38º46.85%87.06%-
XYZ42.3460.2326.53-
YUV189.2187.81101.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.89%
GREEN value IS 222 (87.11% from 255) = 45.12%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=30.89%
G=45.12%
B=23.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522221180.3200.470.13100.3861.1866.67
Hex98DE762002FD643d43
Octal230336166400571514475103
Binary100110001101111011101101000000101111110111001001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,222,118); }

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

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

 a { background-color: rgb(152,222,118); }

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

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

 span { border-color: rgb(152,222,118); }

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