#9FCD75

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

Shades of Gossip #9FCD75

Tints of Gossip #9FCD75

Color information

#9FCD75 (or 0x9FCD75) is unknown color: approx Gossip. HEX triplet: 9F, CD and 75. RGB value is (159,205,117). Sum of RGB (Red+Green+Blue) = 159+205+117=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD75 is #60328A. Grayscale: #B5B5B5. Windows color (decimal): -6304395 or 7720351. OLE color: 7720351.

HSL color Cylindrical-coordinate representation of color #9FCD75: hue angle of 91.36º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FCD75 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB159205117-
CMYK0.2200.430.20
HSL91.36º46.81%63.14%-
HSV(B)91.36º42.93%80.39%-
XYZ39.3452.3224.85-
YUV181.2191.76112.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=33.06%
G=42.62%
B=24.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592051170.2200.430.2091.3646.8163.14
Hex9FCD751602B145b2f3f
Octal23731516526053241335777
Binary10011111110011011110101101100101011101001011011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FCD75; }

 p { color: rgb(159,205,117); }

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

<style>
 a { background-color: #9FCD75; }

 a { background-color: rgb(159,205,117); }

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

<style>
 span { border-color: #9FCD75; }

 span { border-color: rgb(159,205,117); }

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