#98DE71

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

Shades of Gossip #98DE71

Tints of Gossip #98DE71

Color information

#98DE71 (or 0x98DE71) is unknown color: approx Gossip. HEX triplet: 98, DE and 71. RGB value is (152,222,113). Sum of RGB (Red+Green+Blue) = 152+222+113=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #98DE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DE71 is #67218E. Grayscale: #BDBDBD. Windows color (decimal): -6758799 or 7462552. OLE color: 7462552.

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

Color convert

RGB152222113-
CMYK0.3200.490.13
HSL98.53º62.29%65.69%-
HSV(B)98.53º49.1%87.06%-
XYZ42.0560.1125.01-
YUV188.6485.31101.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=31.21%
G=45.59%
B=23.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522221130.3200.490.1398.5362.2965.69
Hex98DE7120031D633e42
Octal230336161400611514376102
Binary100110001101111011100011000000110001110111000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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