#98CF73

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

Shades of Gossip #98CF73

Tints of Gossip #98CF73

Color information

#98CF73 (or 0x98CF73) is unknown color: approx Gossip. HEX triplet: 98, CF and 73. RGB value is (152,207,115). Sum of RGB (Red+Green+Blue) = 152+207+115=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CF73 is #67308C. Grayscale: #B4B4B4. Windows color (decimal): -6762637 or 7589784. OLE color: 7589784.

HSL color Cylindrical-coordinate representation of color #98CF73: hue angle of 95.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98CF73 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB152207115-
CMYK0.2700.440.19
HSL95.87º48.94%63.14%-
HSV(B)95.87º44.44%81.18%-
XYZ38.3652.5424.34-
YUV180.0791.28107.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 207 (81.25% from 255) = 43.67%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=32.07%
G=43.67%
B=24.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1522071150.2700.440.1995.8748.9463.14
Hex98CF731B02C1360313f
Octal23031716333054231406177
Binary10011000110011111110011110110101100100111100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,207,115); }

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

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

 a { background-color: rgb(152,207,115); }

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

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

 span { border-color: rgb(152,207,115); }

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