#98E675

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

Shades of Gossip #98E675

Tints of Gossip #98E675

Color information

#98E675 (or 0x98E675) is unknown color: approx Gossip. HEX triplet: 98, E6 and 75. RGB value is (152,230,117). Sum of RGB (Red+Green+Blue) = 152+230+117=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #98E675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98E675 is #67198A. Grayscale: #C2C2C2. Windows color (decimal): -6756747 or 7726744. OLE color: 7726744.

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

Color convert

RGB152230117-
CMYK0.3400.490.10
HSL101.42º69.33%68.04%-
HSV(B)101.42º49.13%90.2%-
XYZ44.4664.5526.95-
YUV193.884.6698.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 230 (90.23% from 255) = 46.09%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=30.46%
G=46.09%
B=23.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1522301170.3400.490.10101.4269.3368.04
Hex98E67522031A654544
Octal2303461654206112145105104
Binary1001100011100110111010110001001100011010110010110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,230,117); }

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

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

 a { background-color: rgb(152,230,117); }

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

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

 span { border-color: rgb(152,230,117); }

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