#9DD774

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

Shades of Gossip #9DD774

Tints of Gossip #9DD774

Color information

#9DD774 (or 0x9DD774) is unknown color: approx Gossip. HEX triplet: 9D, D7 and 74. RGB value is (157,215,116). Sum of RGB (Red+Green+Blue) = 157+215+116=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD774 is #62288B. Grayscale: #BABABA. Windows color (decimal): -6432908 or 7657373. OLE color: 7657373.

HSL color Cylindrical-coordinate representation of color #9DD774: hue angle of 95.15º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DD774 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB157215116-
CMYK0.2700.460.16
HSL95.15º55.31%64.9%-
HSV(B)95.15º46.05%84.31%-
XYZ41.3657.0325.35-
YUV186.3788.28107.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 215 (84.38% from 255) = 44.06%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=32.17%
G=44.06%
B=23.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572151160.2700.460.1695.1555.3164.9
Hex9DD7741B02E105f3741
Octal235327164330562013767101
Binary100111011101011111101001101101011101000010111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,215,116); }

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

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

 a { background-color: rgb(157,215,116); }

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

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

 span { border-color: rgb(157,215,116); }

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