#98DA7E

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

Shades of Gossip #98DA7E

Tints of Gossip #98DA7E

Color information

#98DA7E (or 0x98DA7E) is unknown color: approx Gossip. HEX triplet: 98, DA and 7E. RGB value is (152,218,126). Sum of RGB (Red+Green+Blue) = 152+218+126=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA7E is #672581. Grayscale: #BCBCBC. Windows color (decimal): -6759810 or 8313496. OLE color: 8313496.

HSL color Cylindrical-coordinate representation of color #98DA7E: hue angle of 103.04º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98DA7E is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB152218126-
CMYK0.3000.420.15
HSL103.04º55.42%67.45%-
HSV(B)103.04º42.2%85.49%-
XYZ41.7958.3228.79-
YUV187.7893.13102.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 218 (85.55% from 255) = 43.95%
BLUE value IS 126 (49.61% from 255) = 25.40%
R=30.65%
G=43.95%
B=25.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522181260.3000.420.15103.0455.4267.45
Hex98DA7E1E02AF673743
Octal230332176360521714767103
Binary10011000110110101111110111100101010111111001111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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