#98DE6E

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

Shades of Gossip #98DE6E

Tints of Gossip #98DE6E

Color information

#98DE6E (or 0x98DE6E) is unknown color: approx Gossip. HEX triplet: 98, DE and 6E. RGB value is (152,222,110). Sum of RGB (Red+Green+Blue) = 152+222+110=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #98DE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DE6E is #672191. Grayscale: #BCBCBC. Windows color (decimal): -6758802 or 7265944. OLE color: 7265944.

HSL color Cylindrical-coordinate representation of color #98DE6E: hue angle of 97.5º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98DE6E is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB152222110-
CMYK0.3200.500.13
HSL97.5º62.92%65.1%-
HSV(B)97.5º50.45%87.06%-
XYZ41.8860.0424.13-
YUV188.383.81102.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 222 (87.11% from 255) = 45.87%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=31.40%
G=45.87%
B=22.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522221100.3200.500.1397.562.9265.1
Hex98DE6E20032D623f41
Octal230336156400621514277101
Binary100110001101111011011101000000110010110111000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,222,110); }

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

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

 a { background-color: rgb(152,222,110); }

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

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

 span { border-color: rgb(152,222,110); }

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