#98E57D

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

Shades of Gossip #98E57D

Tints of Gossip #98E57D

Color information

#98E57D (or 0x98E57D) is unknown color: approx Gossip. HEX triplet: 98, E5 and 7D. RGB value is (152,229,125). Sum of RGB (Red+Green+Blue) = 152+229+125=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #98E57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E57D is #671A82. Grayscale: #C2C2C2. Windows color (decimal): -6756995 or 8250776. OLE color: 8250776.

HSL color Cylindrical-coordinate representation of color #98E57D: hue angle of 104.42º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98E57D is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB152229125-
CMYK0.3400.450.10
HSL104.42º66.67%69.41%-
HSV(B)104.42º45.41%89.8%-
XYZ44.6764.1929.44-
YUV194.1288.9997.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.04%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=30.04%
G=45.26%
B=24.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1522291250.3400.450.10104.4266.6769.41
Hex98E57D2202DA684345
Octal2303451754205512150103105
Binary1001100011100101111110110001001011011010110100010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,229,125); }

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

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

 a { background-color: rgb(152,229,125); }

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

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

 span { border-color: rgb(152,229,125); }

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