#98D488

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

Shades of Gossip #98D488

Tints of Gossip #98D488

Color information

#98D488 (or 0x98D488) is unknown color: approx Gossip. HEX triplet: 98, D4 and 88. RGB value is (152,212,136). Sum of RGB (Red+Green+Blue) = 152+212+136=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #98D488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D488 is #672B77. Grayscale: #B9B9B9. Windows color (decimal): -6761336 or 8967320. OLE color: 8967320.

HSL color Cylindrical-coordinate representation of color #98D488: hue angle of 107.37º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D488 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB152212136-
CMYK0.2800.360.17
HSL107.37º46.91%68.24%-
HSV(B)107.37º35.85%83.14%-
XYZ40.9455.5431.86-
YUV185.4100.12104.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.4%
GREEN value IS 212 (83.20% from 255) = 42.4%
BLUE value IS 136 (53.52% from 255) = 27.2%
R=30.4%
G=42.4%
B=27.2%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522121360.2800.360.17107.3746.9168.24
Hex98D4881C024116b2f44
Octal230324210340442115357104
Binary1001100011010100100010001110001001001000111010111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,212,136); }

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

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

 a { background-color: rgb(152,212,136); }

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

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

 span { border-color: rgb(152,212,136); }

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