#98DD7A

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

Shades of Gossip #98DD7A

Tints of Gossip #98DD7A

Color information

#98DD7A (or 0x98DD7A) is unknown color: approx Gossip. HEX triplet: 98, DD and 7A. RGB value is (152,221,122). Sum of RGB (Red+Green+Blue) = 152+221+122=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD7A is #672285. Grayscale: #BDBDBD. Windows color (decimal): -6759046 or 8052120. OLE color: 8052120.

HSL color Cylindrical-coordinate representation of color #98DD7A: hue angle of 101.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98DD7A is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB152221122-
CMYK0.3100.450.13
HSL101.82º59.28%67.25%-
HSV(B)101.82º44.8%86.67%-
XYZ42.3259.7927.72-
YUV189.0890.14101.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=30.71%
G=44.65%
B=24.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211220.3100.450.13101.8259.2867.25
Hex98DD7A1F02DD663b43
Octal230335172370551514673103
Binary10011000110111011111010111110101101110111001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,221,122); }

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

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

 a { background-color: rgb(152,221,122); }

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

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

 span { border-color: rgb(152,221,122); }

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