#98DF6C

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

Shades of Gossip #98DF6C

Tints of Gossip #98DF6C

Color information

#98DF6C (or 0x98DF6C) is unknown color: approx Gossip. HEX triplet: 98, DF and 6C. RGB value is (152,223,108). Sum of RGB (Red+Green+Blue) = 152+223+108=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF6C is #672093. Grayscale: #BDBDBD. Windows color (decimal): -6758548 or 7135128. OLE color: 7135128.

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

Color convert

RGB152223108-
CMYK0.3200.520.13
HSL97.04º64.25%64.9%-
HSV(B)97.04º51.57%87.45%-
XYZ42.0460.5323.66-
YUV188.6682.48101.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.47%
GREEN value IS 223 (87.5% from 255) = 46.17%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=31.47%
G=46.17%
B=22.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522231080.3200.520.1397.0464.2564.9
Hex98DF6C20034D614041
Octal2303371544006415141100101
Binary1001100011011111110110010000001101001101110000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,223,108); }

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

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

 a { background-color: rgb(152,223,108); }

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

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

 span { border-color: rgb(152,223,108); }

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