#99CF73

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

Shades of Gossip #99CF73

Tints of Gossip #99CF73

Color information

#99CF73 (or 0x99CF73) is unknown color: approx Gossip. HEX triplet: 99, CF and 73. RGB value is (153,207,115). Sum of RGB (Red+Green+Blue) = 153+207+115=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF73 is #66308C. Grayscale: #B4B4B4. Windows color (decimal): -6697101 or 7589785. OLE color: 7589785.

HSL color Cylindrical-coordinate representation of color #99CF73: hue angle of 95.22º 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 #99CF73 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB153207115-
CMYK0.2600.440.19
HSL95.22º48.94%63.14%-
HSV(B)95.22º44.44%81.18%-
XYZ38.5452.6424.35-
YUV180.3791.11108.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.21%
GREEN value IS 207 (81.25% from 255) = 43.58%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=32.21%
G=43.58%
B=24.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071150.2600.440.1995.2248.9463.14
Hex99CF731A02C135f313f
Octal23131716332054231376177
Binary10011001110011111110011110100101100100111011111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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