#98D57E

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

Shades of Gossip #98D57E

Tints of Gossip #98D57E

Color information

#98D57E (or 0x98D57E) is unknown color: approx Gossip. HEX triplet: 98, D5 and 7E. RGB value is (152,213,126). Sum of RGB (Red+Green+Blue) = 152+213+126=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #98D57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D57E is #672A81. Grayscale: #B9B9B9. Windows color (decimal): -6761090 or 8312216. OLE color: 8312216.

HSL color Cylindrical-coordinate representation of color #98D57E: hue angle of 102.07º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98D57E is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB152213126-
CMYK0.2900.410.16
HSL102.07º50.88%66.47%-
HSV(B)102.07º40.85%83.53%-
XYZ40.5155.7728.37-
YUV184.8494.79104.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 213 (83.59% from 255) = 43.38%
BLUE value IS 126 (49.61% from 255) = 25.66%
R=30.96%
G=43.38%
B=25.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522131260.2900.410.16102.0750.8866.47
Hex98D57E1D02910663342
Octal230325176350512014663102
Binary100110001101010111111101110101010011000011001101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,213,126); }

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

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

 a { background-color: rgb(152,213,126); }

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

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

 span { border-color: rgb(152,213,126); }

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