#98DD66

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

Shades of Gossip #98DD66

Tints of Gossip #98DD66

Color information

#98DD66 (or 0x98DD66) is unknown color: approx Gossip. HEX triplet: 98, DD and 66. RGB value is (152,221,102). Sum of RGB (Red+Green+Blue) = 152+221+102=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD66 is #672299. Grayscale: #BBBBBB. Windows color (decimal): -6759066 or 6741400. OLE color: 6741400.

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

Color convert

RGB152221102-
CMYK0.3100.540.13
HSL94.79º63.64%63.33%-
HSV(B)94.79º53.85%86.67%-
XYZ41.259.3521.85-
YUV186.880.14103.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=32%
G=46.53%
B=21.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211020.3100.540.1394.7963.6463.33
Hex98DD661F036D5f403f
Octal230335146370661513710077
Binary10011000110111011100110111110110110110110111111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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