#9FD583

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

Shades of Gossip #9FD583

Tints of Gossip #9FD583

Color information

#9FD583 (or 0x9FD583) is unknown color: approx Gossip. HEX triplet: 9F, D5 and 83. RGB value is (159,213,131). Sum of RGB (Red+Green+Blue) = 159+213+131=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD583 is #602A7C. Grayscale: #BBBBBB. Windows color (decimal): -6302333 or 8639903. OLE color: 8639903.

HSL color Cylindrical-coordinate representation of color #9FD583: hue angle of 99.51º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FD583 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB159213131-
CMYK0.2500.380.16
HSL99.51º49.4%67.45%-
HSV(B)99.51º38.5%83.53%-
XYZ42.1956.630.17-
YUV187.5196.11107.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 131 (51.56% from 255) = 26.04%
R=31.61%
G=42.35%
B=26.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592131310.2500.380.1699.5149.467.45
Hex9FD5831902610643143
Octal237325203310462014461103
Binary1001111111010101100000111100101001101000011001001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,213,131); }

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

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

 a { background-color: rgb(159,213,131); }

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

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

 span { border-color: rgb(159,213,131); }

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