#9DD674

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

Shades of Gossip #9DD674

Tints of Gossip #9DD674

Color information

#9DD674 (or 0x9DD674) is unknown color: approx Gossip. HEX triplet: 9D, D6 and 74. RGB value is (157,214,116). Sum of RGB (Red+Green+Blue) = 157+214+116=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD674 is #62298B. Grayscale: #BABABA. Windows color (decimal): -6433164 or 7657117. OLE color: 7657117.

HSL color Cylindrical-coordinate representation of color #9DD674: hue angle of 94.9º degrees, saturation: 0.54, 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 #9DD674 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB157214116-
CMYK0.2700.460.16
HSL94.9º54.44%64.71%-
HSV(B)94.9º45.79%83.92%-
XYZ41.156.5225.27-
YUV185.7888.62107.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=32.24%
G=43.94%
B=23.82%

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
Decimal1572141160.2700.460.1694.954.4464.71
Hex9DD6741B02E105f3641
Octal235326164330562013766101
Binary100111011101011011101001101101011101000010111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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